Lines Matching defs:STORE_ANTIC_IN
3473 bitmap store_antic_in;
3503 #define STORE_ANTIC_IN(BB) \
3504 ((struct tm_memopt_bitmaps *) ((BB)->aux))->store_antic_in
3665 /* Compute the STORE_ANTIC_IN for the basic block BB. */
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));
3793 STORE_ANTIC_OUT[bb] = union(STORE_ANTIC_IN[bb], STORE_LOCAL[bb])
3794 STORE_ANTIC_IN[bb] = intersect(STORE_ANTIC_OUT[successors])
3861 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb))
3988 b->store_antic_in = BITMAP_ALLOC (&tm_memopt_obstack);