Lines Matching defs:then_bb
711 basic_block then_bb, fallthru_bb;
714 &then_bb, &fallthru_bb);
724 *gsi = gsi_after_labels (then_bb);
813 basic_block then_bb = create_empty_bb (cond_bb);
814 add_bb_to_loop (then_bb, cond_bb->loop_father);
819 e = make_edge (cond_bb, then_bb, EDGE_TRUE_VALUE);
821 then_bb->count = e->count ();
826 make_single_succ_edge (then_bb, fallthru_bb, EDGE_FALLTHRU);
833 /* Update dominance info for the newly created then_bb; note that
837 set_immediate_dominator (CDI_DOMINATORS, then_bb, cond_bb);
865 gimple_stmt_iterator gsi2 = gsi_start_bb (then_bb);
895 e = make_edge (cond1_bb, then_bb, EDGE_TRUE_VALUE);
907 set_immediate_dominator (CDI_DOMINATORS, then_bb, cond1_bb);
966 basic_block then_bb, fallthru_bb;
969 &then_bb, &fallthru_bb);
979 *gsi = gsi_after_labels (then_bb);
986 gimple_stmt_iterator gsi2 = gsi_after_labels (then_bb);
1082 basic_block then_bb = create_empty_bb (cond_bb);
1084 add_bb_to_loop (then_bb, cond_bb->loop_father);
1096 make_single_succ_edge (then_bb, fallthru_bb, EDGE_FALLTHRU);
1101 e = make_edge (cond_bb, then_bb, EDGE_TRUE_VALUE);
1103 then_bb->count = e->count ();
1115 e = make_edge (cond_neg_bb, then_bb, EDGE_TRUE_VALUE);
1117 then_bb->count = e->count ();
1126 e = make_edge (cond_pos_bb, then_bb, EDGE_TRUE_VALUE);
1132 make_single_succ_edge (then_bb, fallthru_bb, EDGE_FALLTHRU);
1142 /* Update dominance info for the newly created then_bb; note that
1147 set_immediate_dominator (CDI_DOMINATORS, then_bb, cond_bb);
1171 gimple_stmt_iterator gsi2 = gsi_start_bb (then_bb);
1240 basic_block then_bb;
1243 &then_bb, &fallthru_bb);
1248 *gsip = gsi_after_labels (then_bb);
1337 basic_block then_bb, fallthru2_bb;
1340 &then_bb, &fallthru2_bb);
1345 *gsip = gsi_after_labels (then_bb);
1752 basic_block then_bb, fallthru_bb;
1754 &then_bb, &fallthru_bb);
1767 gsi2 = gsi_after_labels (then_bb);
1991 basic_block then_bb, fallthru_bb;
1993 &then_bb, &fallthru_bb);
2000 *gsi = gsi_after_labels (then_bb);
2047 basic_block then_bb, fallthru_bb;
2049 &then_bb, &fallthru_bb);
2056 *gsi = gsi_after_labels (then_bb);
2295 basic_block then_bb, fallthru_bb;
2297 &then_bb, &fallthru_bb);
2304 *gsi = gsi_after_labels (then_bb);