Searched refs:ANTIC_OUT (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-pre.cc | 2122 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 …]
|
| D | ChangeLog-2018 | 27962 (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
|
| D | ChangeLog-2012 | 29996 (compute_antic_aux): Use it to prune ANTIC_OUT.
|
| D | ChangeLog-2017 | 10559 (compute_antic_aux): Compute ANTIC_OUT intersection in a way
|