Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dcfgloopmanip.c1253 basic_block second_head, in lv_adjust_loop_entry_edge() argument
1260 gcc_assert (e->dest == second_head); in lv_adjust_loop_entry_edge()
1267 lv_add_condition_to_bb (first_head, second_head, new_head, in lv_adjust_loop_entry_edge()
1273 set_immediate_dominator (CDI_DOMINATORS, second_head, new_head); in lv_adjust_loop_entry_edge()
1276 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1); in lv_adjust_loop_entry_edge()
1298 basic_block first_head, second_head; in loop_version() local
1323 second_head = entry->dest; in loop_version()
1326 cond_bb = lv_adjust_loop_entry_edge (first_head, second_head, in loop_version()
H A Dtree-cfg.c5559 tree_lv_add_condition_to_bb (basic_block first_head, basic_block second_head, in tree_lv_add_condition_to_bb() argument
5571 goto2 = build1 (GOTO_EXPR, void_type_node, tree_block_label (second_head)); in tree_lv_add_condition_to_bb()
H A Dcfgrtl.c2874 basic_block second_head ATTRIBUTE_UNUSED, in rtl_lv_add_condition_to_bb()