Searched refs:PHI_GEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-pre.c239 /* The PHI_GEN set, which represents PHI results generated in a
274 #define PHI_GEN(BB) ((bb_value_sets_t) ((BB)->aux))->phi_gen macro
2599 /* The value should *not* exist in PHI_GEN, or else we wouldn't be doing
2600 this insertion, since we test for the existence of this value in PHI_GEN
2608 Similarly, to the PHI_GEN case, the value should not exist in NEW_SETS of
2613 bitmap_insert_into_set (PHI_GEN (block),
2696 if (bitmap_set_contains_value (PHI_GEN (block), val))
3380 AVAIL_OUT[BLOCK] = AVAIL_IN[BLOCK] U PHI_GEN[BLOCK] U TMP_GEN[BLOCK]. */
3453 PHI_GEN (block), AVAIL_OUT (block));
3816 PHI_GEN (b
[all...]

Completed in 38 milliseconds