Home
last modified time | relevance | path

Searched defs:use_vec (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-string.cc2012 int use_vec = (bytes >= 33 && !TARGET_32BIT in expand_block_compare() local
2487 int use_vec = (bytes >= 16 && !TARGET_32BIT in expand_strn_compare() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-string.c2012 int use_vec = (bytes >= 33 && !TARGET_32BIT in expand_block_compare() local
2487 int use_vec = (bytes >= 16 && !TARGET_32BIT in expand_strn_compare() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddf-scan.c51 auto_vec<df_ref, 32> use_vec; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddf-scan.cc51 auto_vec<df_ref, 32> use_vec; member in df_collection_rec