Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-pre.cc2122 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2129 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2137 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2148 phi_translate_set (ANTIC_OUT, ANTIC_IN (e->dest), e); in compute_antic_aux()
2182 phi_translate_set (ANTIC_OUT, ANTIC_IN (first->dest), first); in compute_antic_aux()
2197 bitmap_and_into (&ANTIC_OUT->values, &tmp->values); in compute_antic_aux()
2198 bitmap_ior_into (&ANTIC_OUT->expressions, &tmp->expressions); in compute_antic_aux()
2203 bitmap_and_into (&ANTIC_OUT->values, &ANTIC_IN (e->dest)->values); in compute_antic_aux()
2204 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2214 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
[all …]
DChangeLog-201827962 (phi_translate): Pass in destination ANTIC_OUT set.
27964 a leader in ANTIC_OUT and AVAIL_OUT, not the ANTIC_IN sets.
28451 for unioning ANTIC_OUT U EXP_GEN - TMP_GEN but merge
DChangeLog-201229996 (compute_antic_aux): Use it to prune ANTIC_OUT.
DChangeLog-201710559 (compute_antic_aux): Compute ANTIC_OUT intersection in a way