HomeSort by: relevance | last modified time | path
    Searched defs:first_head (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
cfgloopmanip.cc 1713 --- edge e ---> [cond expr] ---> [first_head]
1723 lv_adjust_loop_entry_edge (basic_block first_head, basic_block second_head,
1737 lv_add_condition_to_bb (first_head, second_head, new_head,
1742 e1 = make_edge (new_head, first_head,
1747 set_immediate_dominator (CDI_DOMINATORS, first_head, new_head);
1751 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1);
1783 basic_block first_head, second_head; local
1794 /* Note down head of loop as first_head. */
1795 first_head = entry->dest;
1827 cond_bb = lv_adjust_loop_entry_edge (first_head, second_head
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloopmanip.cc 1547 --- edge e ---> [cond expr] ---> [first_head]
1557 lv_adjust_loop_entry_edge (basic_block first_head, basic_block second_head,
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_head
    [all...]

Completed in 18 milliseconds