Home | History | Annotate | Download | only in gcc

Lines Matching defs:STORE_ANTIC_OUT

3474   bitmap store_antic_out;
3505 #define STORE_ANTIC_OUT(BB) \
3506 ((struct tm_memopt_bitmaps *) ((BB)->aux))->store_antic_out
3681 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest));
3690 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest));
3791 We compute STORE_ANTIC_OUT as follows:
3793 STORE_ANTIC_OUT[bb] = union(STORE_ANTIC_IN[bb], STORE_LOCAL[bb])
3794 STORE_ANTIC_IN[bb] = intersect(STORE_ANTIC_OUT[successors])
3819 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb));
3861 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb))
3943 bitmap store_antic = STORE_ANTIC_OUT (bb);
3989 b->store_antic_out = BITMAP_ALLOC (&tm_memopt_obstack);