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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloopmanip.c1619 --- edge e ---> [cond expr] ---> [first_head]
1629 lv_adjust_loop_entry_edge (basic_block first_head, basic_block second_head, argument
1643 lv_add_condition_to_bb (first_head, second_head, new_head,
1648 e1 = make_edge (new_head, first_head,
1653 set_immediate_dominator (CDI_DOMINATORS, first_head, new_head);
1657 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1);
1689 basic_block first_head, second_head; local
1700 /* Note down head of loop as first_head. */
1701 first_head = entry->dest;
1716 cond_bb = lv_adjust_loop_entry_edge (first_head, second_hea
[all...]
H A Dcfgrtl.c5102 rtl_lv_add_condition_to_bb (basic_block first_head ,
5114 label = block_label (first_head);
H A Dtree-cfg.c8944 gimple_lv_add_condition_to_bb (basic_block first_head ATTRIBUTE_UNUSED,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcfgloopmanip.cc1547 --- edge e ---> [cond expr] ---> [first_head]
1557 lv_adjust_loop_entry_edge (basic_block first_head, basic_block second_head, argument
1571 lv_add_condition_to_bb (first_head, second_head, new_head,
1576 e1 = make_edge (new_head, first_head,
1581 set_immediate_dominator (CDI_DOMINATORS, first_head, new_head);
1585 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1);
1617 basic_block first_head, second_head; local
1628 /* Note down head of loop as first_head. */
1629 first_head = entry->dest;
1661 cond_bb = lv_adjust_loop_entry_edge (first_head, second_hea
[all...]
H A Dcfgrtl.cc5192 rtl_lv_add_condition_to_bb (basic_block first_head ,
5204 label = block_label (first_head);
H A Dtree-cfg.cc9033 gimple_lv_add_condition_to_bb (basic_block first_head ATTRIBUTE_UNUSED,

Completed in 245 milliseconds