Searched refs:first_head (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | cfgloopmanip.c | 1252 lv_adjust_loop_entry_edge (basic_block first_head, in lv_adjust_loop_entry_edge() argument 1267 lv_add_condition_to_bb (first_head, second_head, new_head, in lv_adjust_loop_entry_edge() 1271 e1 = make_edge (new_head, first_head, ir_type () ? EDGE_TRUE_VALUE : 0); in lv_adjust_loop_entry_edge() 1272 set_immediate_dominator (CDI_DOMINATORS, first_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 1314 first_head = entry->dest; in loop_version() 1326 cond_bb = lv_adjust_loop_entry_edge (first_head, second_head, in loop_version()
|
| H A D | cfgrtl.c | 2873 rtl_lv_add_condition_to_bb (basic_block first_head , in rtl_lv_add_condition_to_bb() argument 2884 label = block_label (first_head); in rtl_lv_add_condition_to_bb()
|
| 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 5570 goto1 = build1 (GOTO_EXPR, void_type_node, tree_block_label (first_head)); in tree_lv_add_condition_to_bb()
|