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

  /src/external/gpl3/gcc/dist/gcc/
cfgloopmanip.cc 1709 --- edge e ---- > [second_head]
1715 +---------> [second_head]
1723 lv_adjust_loop_entry_edge (basic_block first_head, basic_block second_head,
1731 gcc_assert (e->dest == second_head);
1737 lv_add_condition_to_bb (first_head, second_head, new_head,
1748 set_immediate_dominator (CDI_DOMINATORS, second_head, new_head);
1751 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1);
1783 basic_block first_head, second_head; local
1823 Note down new head as second_head. */
1824 second_head = entry->dest
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloopmanip.cc 1543 --- edge e ---- > [second_head]
1549 +---------> [second_head]
1557 lv_adjust_loop_entry_edge (basic_block first_head, basic_block second_head,
1565 gcc_assert (e->dest == second_head);
1571 lv_add_condition_to_bb (first_head, second_head, new_head,
1582 set_immediate_dominator (CDI_DOMINATORS, second_head, new_head);
1585 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1);
1617 basic_block first_head, second_head; local
1657 Note down new head as second_head. */
1658 second_head = entry->dest
    [all...]

Completed in 18 milliseconds