Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtrans-mem.c2865 #define STORE_ANTIC_OUT(BB) \ macro
3064 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3073 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3202 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3244 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3326 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtrans-mem.c3506 #define STORE_ANTIC_OUT(BB) \ macro
3682 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3691 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3820 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3862 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3944 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()