Searched refs:pa_in (Results 1 – 2 of 2) sorted by relevance
639 bitmap_set_t pa_in; member667 #define PA_IN(BB) ((bb_value_sets_t) ((BB)->aux))->pa_in2384 bitmap_set_t pa_in = bitmap_set_new (); in compute_partial_antic_aux() local2385 phi_translate_set (pa_in, PA_IN (e->dest), e); in compute_partial_antic_aux()2386 FOR_EACH_EXPR_ID_IN_SET (pa_in, i, bi) in compute_partial_antic_aux()2389 bitmap_set_free (pa_in); in compute_partial_antic_aux()
5334 (bb_bitmap_sets): Add pa_in and deferred member.