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

/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-pre.c71 EXP_GEN sets, and the tmp_gen sets. EXP_GEN sets represent the
141 expressions for use in the ANTIC sets, the EXP_GEN set, etc.
150 All of this also means that if you print the EXP_GEN or ANTIC sets,
235 /* The EXP_GEN set, which represents expressions/values generated in
273 #define EXP_GEN(BB) ((bb_value_sets_t) ((BB)->aux))->exp_gen macro
1669 ANTIC_IN[BLOCK] = clean(ANTIC_OUT[BLOCK] U EXP_GEN[BLOCK] - TMP_GEN[BLOCK])
1741 /* Start ANTIC_IN with EXP_GEN - TMP_GEN */
1742 ANTIC_IN (block) = bitmap_set_subtract_from_value_set (EXP_GEN (block),
1747 to get ANTIC_OUT U EXP_GEN
[all...]

Completed in 102 milliseconds