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

  /src/external/gpl3/gcc.old/dist/gcc/
cgraph.cc 740 cgraph_node::get_edge (gimple *call_stmt) function in class:cgraph_node
846 && e->caller->get_edge (e->call_stmt) == e)
885 gcc_checking_assert (!(e = caller->get_edge (call_stmt))
1046 && this == caller->get_edge (call_stmt))
1161 return e->caller->get_edge (e->call_stmt);
1180 if (e->caller->get_edge (e->call_stmt) != e)
1638 cgraph_edge *e = node->get_edge (old_stmt);
1648 cgraph_edge::set_call_stmt (node->get_edge (old_stmt),
1695 cgraph_edge::set_call_stmt (node->get_edge (old_stmt),
3368 && first_call != node->get_edge (first_call->call_stmt)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
cgraph.cc 742 cgraph_node::get_edge (gimple *call_stmt) function in class:cgraph_node
848 && e->caller->get_edge (e->call_stmt) == e)
887 gcc_checking_assert (!(e = caller->get_edge (call_stmt))
1048 && this == caller->get_edge (call_stmt))
1163 return e->caller->get_edge (e->call_stmt);
1182 if (e->caller->get_edge (e->call_stmt) != e)
1639 cgraph_edge *e = node->get_edge (old_stmt);
1650 cgraph_edge::set_call_stmt (node->get_edge (old_stmt),
1697 cgraph_edge::set_call_stmt (node->get_edge (old_stmt),
3428 && first_call != node->get_edge (first_call->call_stmt)
    [all...]

Completed in 41 milliseconds