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

/freebsd-10.3-release/contrib/gcc/
H A Dcfgloopmanip.c1242 --- edge e ---- > [second_head]
1248 +---------> [second_head]
1253 basic_block second_head,
1260 gcc_assert (e->dest == second_head);
1267 lv_add_condition_to_bb (first_head, second_head, new_head,
1273 set_immediate_dominator (CDI_DOMINATORS, second_head, new_head);
1276 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1);
1298 basic_block first_head, second_head; local
1322 Note down new head as second_head. */
1323 second_head
1252 lv_adjust_loop_entry_edge(basic_block first_head, basic_block second_head, edge e, void *cond_expr) argument
[all...]
H A Dtree-cfg.c5566 tree_lv_add_condition_to_bb (basic_block first_head, basic_block second_head, argument
5578 goto2 = build1 (GOTO_EXPR, void_type_node, tree_block_label (second_head));
H A Dcfgrtl.c2888 basic_block second_head ATTRIBUTE_UNUSED,

Completed in 184 milliseconds