Searched refs:TMP_GEN (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-pre.c | 275 #define TMP_GEN(BB) ((bb_value_sets_t) ((BB)->aux))->tmp_gen macro 1722 S = bitmap_set_subtract_from_value_set (ANTIC_OUT, TMP_GEN (block), false); in compute_antic_aux() 1726 TMP_GEN (block), in compute_antic_aux() 3133 add_to_sets (lhs, rhs, store_stmt, TMP_GEN (block), AVAIL_OUT (block)); in try_look_through_load() 3382 bitmap_insert_into_set (TMP_GEN (ENTRY_BLOCK_PTR), def); in compute_avail() 3395 bitmap_insert_into_set (TMP_GEN (ENTRY_BLOCK_PTR), def); in compute_avail() 3489 bitmap_insert_into_set (TMP_GEN (block), lhs); in compute_avail() 3504 add_to_sets (lhs, rhs, stmt, TMP_GEN (block), in compute_avail() 3518 add_to_sets (op, op, NULL, TMP_GEN (block), AVAIL_OUT (block)); in compute_avail() 3800 TMP_GEN (bb) = bitmap_set_new (); in init_pre() [all …]
|