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

/freebsd-12-stable/contrib/gcc/
H A Dcfgloopmanip.c1246 --- edge e ---> [cond expr] ---> [first_head]
1252 lv_adjust_loop_entry_edge (basic_block first_head, argument
1267 lv_add_condition_to_bb (first_head, second_head, new_head,
1271 e1 = make_edge (new_head, first_head, ir_type () ? EDGE_TRUE_VALUE : 0);
1272 set_immediate_dominator (CDI_DOMINATORS, first_head, new_head);
1276 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1);
1298 basic_block first_head, second_head; local
1313 /* Note down head of loop as first_head. */
1314 first_head = entry->dest;
1326 cond_bb = lv_adjust_loop_entry_edge (first_head, second_hea
[all...]
H A Dcfgrtl.c2887 rtl_lv_add_condition_to_bb (basic_block first_head ,
2898 label = block_label (first_head);
H A Dtree-cfg.c5566 tree_lv_add_condition_to_bb (basic_block first_head, basic_block second_head, argument
5577 goto1 = build1 (GOTO_EXPR, void_type_node, tree_block_label (first_head));

Completed in 138 milliseconds