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

/freebsd-12-stable/contrib/gcc/
H A Dtree-ssa-pre.c243 /* The TMP_GEN set, which represents results/temporaries generated
275 #define TMP_GEN(BB) ((bb_value_sets_t) ((BB)->aux))->tmp_gen macro
1669 ANTIC_IN[BLOCK] = clean(ANTIC_OUT[BLOCK] U EXP_GEN[BLOCK] - TMP_GEN[BLOCK])
1738 /* Generate ANTIC_OUT - TMP_GEN. */
1739 S = bitmap_set_subtract_from_value_set (ANTIC_OUT, TMP_GEN (block), false);
1741 /* Start ANTIC_IN with EXP_GEN - TMP_GEN */
1743 TMP_GEN (block),
1746 /* Then union in the ANTIC_OUT - TMP_GEN values,
1747 to get ANTIC_OUT U EXP_GEN - TMP_GEN */
3149 to TMP_GEN
[all...]

Completed in 102 milliseconds