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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-phiopt.c374 conditional_replacement (basic_block cond_bb, basic_block middle_bb, argument
402 cond = COND_EXPR_COND (last_stmt (cond_bb));
427 extract_true_false_edges_from_block (cond_bb, &true_edge, &false_edge);
431 bsi = bsi_last (cond_bb);
531 replace_phi_edge_with_variable (cond_bb, e1, phi, new_var1);
544 value_replacement (basic_block cond_bb, basic_block middle_bb, argument
559 cond = COND_EXPR_COND (last_stmt (cond_bb));
567 extract_true_false_edges_from_block (cond_bb, &true_edge, &false_edge);
607 replace_phi_edge_with_variable (cond_bb, e1, phi, arg);
622 minmax_replacement (basic_block cond_bb, basic_bloc argument
873 abs_replacement(basic_block cond_bb, basic_block middle_bb, edge e0 ATTRIBUTE_UNUSED, edge e1, tree phi, tree arg0, tree arg1) argument
[all...]
H A Dtree-mudflap.c503 basic_block cond_bb, then_bb, join_bb; local
514 cond_bb = bb_for_stmt (bsi_stmt (*instr_bsi));
518 e = split_block (cond_bb, bsi_stmt (bsi));
520 e = split_block_after_labels (cond_bb);
521 cond_bb = e->src;
526 built. cond_bb is the (possibly new, synthetic) basic block the
532 then_bb = create_empty_bb (cond_bb);
533 make_edge (cond_bb, then_bb, EDGE_TRUE_VALUE);
536 /* Mark the pseudo-fallthrough edge from cond_bb to join_bb. */
537 e = find_edge (cond_bb, join_b
[all...]
H A Dcfgloopmanip.c1302 basic_block cond_bb; local
1326 cond_bb = lv_adjust_loop_entry_edge (first_head, second_head,
1329 *condition_bb = cond_bb;
1331 if (!cond_bb)
1339 extract_cond_bb_edges (cond_bb, &true_edge, &false_edge);
1343 cond_bb, true_edge, false_edge,
1354 extract_cond_bb_edges (cond_bb, &true_edge, &false_edge);
1359 cond_bb->flags |= BB_IRREDUCIBLE_LOOP;
1362 single_pred_edge (cond_bb)->flags |= EDGE_IRREDUCIBLE_LOOP;
H A Domp-low.c2217 basic_block cond_bb, then_bb, else_bb;
2223 cond_bb = e->src;
2227 then_bb = create_empty_bb (cond_bb);
2237 si = bsi_start (cond_bb);
2253 make_edge (cond_bb, then_bb, EDGE_TRUE_VALUE);
2254 make_edge (cond_bb, else_bb, EDGE_FALSE_VALUE);
2216 basic_block cond_bb, then_bb, else_bb; local
H A Dcfgrtl.c2889 basic_block cond_bb, void *comp_rtx)
2915 emit_insn_after(seq, BB_END(cond_bb));
2873 rtl_lv_add_condition_to_bb(basic_block first_head , basic_block second_head ATTRIBUTE_UNUSED, basic_block cond_bb, void *comp_rtx) argument
H A Dtree-cfg.c5567 basic_block cond_bb, void *cond_e)
5581 /* Add new cond in cond_bb. */
5582 bsi = bsi_start (cond_bb);
5586 e0 = single_succ_edge (cond_bb);
5566 tree_lv_add_condition_to_bb(basic_block first_head, basic_block second_head, basic_block cond_bb, void *cond_e) argument

Completed in 89 milliseconds