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

/freebsd-9.3-release/contrib/gcc/
H A Difcvt.c380 basic_block then_bb = ce_info->then_bb; /* THEN */
424 then_start = first_active_insn (then_bb);
425 then_end = last_active_insn (then_bb, TRUE);
426 n_insns = ce_info->num_then_insns = count_bb_insns (then_bb);
2178 basic_block then_bb = ce_info->then_bb; /* THEN */
2203 insn_a = first_active_insn (then_bb);
2205 || insn_a != last_active_insn (then_bb, FALSE)
2480 basic_block then_bb
378 basic_block then_bb = ce_info->then_bb; /* THEN */ local
2175 basic_block then_bb = ce_info->then_bb; /* THEN */ local
2477 basic_block then_bb = ce_info->then_bb; local
2682 basic_block then_bb = ce_info->then_bb; /* THEN */ local
2945 basic_block then_bb = ce_info->then_bb; local
3156 basic_block then_bb = then_edge->dest; local
3354 basic_block then_bb = then_edge->dest; local
3459 basic_block then_bb = then_edge->dest; local
[all...]
H A Dtree-mudflap.c503 basic_block cond_bb, then_bb, join_bb; local
532 then_bb = create_empty_bb (cond_bb);
533 make_edge (cond_bb, then_bb, EDGE_TRUE_VALUE);
534 make_single_succ_edge (then_bb, join_bb, EDGE_FALLTHRU);
546 set_immediate_dominator (CDI_DOMINATORS, then_bb, cond_bb);
633 build1 (GOTO_EXPR, void_type_node, tree_block_label (then_bb)),
689 bsi = bsi_start (then_bb);
H A Domp-low.c2217 basic_block cond_bb, then_bb, else_bb;
2227 then_bb = create_empty_bb (cond_bb);
2228 else_bb = create_empty_bb (then_bb);
2240 si = bsi_start (then_bb);
2253 make_edge (cond_bb, then_bb, EDGE_TRUE_VALUE);
2255 make_edge (then_bb, bb, EDGE_FALLTHRU);
2216 basic_block cond_bb, then_bb, else_bb; local
H A Dbasic-block.h531 basic_block then_bb; /* THEN block. */
530 basic_block then_bb; /* THEN block. */ member in struct:ce_if_block
H A Dtree-cfg.c613 basic_block then_bb, else_bb; local
623 then_bb = label_to_block (then_label);
626 e = make_edge (bb, then_bb, EDGE_TRUE_VALUE);

Completed in 199 milliseconds