Searched refs:STORE_AVAIL_OUT (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | trans-mem.cc | 3491 #define STORE_AVAIL_OUT(BB) \ macro 3610 dump_tm_memopt_set ("STORE_AVAIL_OUT", STORE_AVAIL_OUT (bb)); in dump_tm_memopt_sets() 3636 bitmap_copy (STORE_AVAIL_IN (bb), STORE_AVAIL_OUT (e->src)); in tm_memopt_compute_avin() 3647 bitmap_and_into (STORE_AVAIL_IN (bb), STORE_AVAIL_OUT (e->src)); in tm_memopt_compute_avin() 3721 bitmap_ior_into (STORE_AVAIL_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_available() 3753 changed = bitmap_ior_into (STORE_AVAIL_OUT (bb), STORE_AVAIL_IN (bb)); in tm_memopt_compute_available()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | trans-mem.c | 3487 #define STORE_AVAIL_OUT(BB) \ macro 3606 dump_tm_memopt_set ("STORE_AVAIL_OUT", STORE_AVAIL_OUT (bb)); in dump_tm_memopt_sets() 3632 bitmap_copy (STORE_AVAIL_IN (bb), STORE_AVAIL_OUT (e->src)); in tm_memopt_compute_avin() 3643 bitmap_and_into (STORE_AVAIL_IN (bb), STORE_AVAIL_OUT (e->src)); in tm_memopt_compute_avin() 3717 bitmap_ior_into (STORE_AVAIL_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_available() 3749 changed = bitmap_ior_into (STORE_AVAIL_OUT (bb), STORE_AVAIL_IN (bb)); in tm_memopt_compute_available()
|