Searched refs:no_store_store_comps (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c770 auto_bitmap no_store_store_comps; local
843 bitmap_set_bit (no_store_store_comps, ib);
848 bitmap_set_bit (no_store_store_comps, ib);
857 bitmap_set_bit (no_store_store_comps, ia);
862 bitmap_set_bit (no_store_store_comps, ia);
923 EXECUTE_IF_SET_IN_BITMAP (no_store_store_comps, 0, ia, bi)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc900 auto_bitmap no_store_store_comps; local
975 bitmap_set_bit (no_store_store_comps, ib);
980 bitmap_set_bit (no_store_store_comps, ib);
989 bitmap_set_bit (no_store_store_comps, ia);
994 bitmap_set_bit (no_store_store_comps, ia);
1055 EXECUTE_IF_SET_IN_BITMAP (no_store_store_comps, 0, ia, bi)

Completed in 101 milliseconds