Searched refs:second_head (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | cfgloopmanip.c | 1253 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 D | tree-cfg.c | 5559 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 D | cfgrtl.c | 2874 basic_block second_head ATTRIBUTE_UNUSED, in rtl_lv_add_condition_to_bb()
|