Home
last modified time | relevance | path

Searched refs:STORE_ANTIC_OUT (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtrans-mem.cc3495 #define STORE_ANTIC_OUT(BB) \ macro
3671 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3680 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3809 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3851 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3933 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()