Searched refs:get_edge_for_return (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dcall-string.cc126 const return_superedge *return_sedge = call_sedge->get_edge_for_return (sg);
H A Dsupergraph.h123 return_superedge *get_edge_for_return (cgraph_edge *edge) const function in class:ana::supergraph
425 return_superedge *get_edge_for_return (const supergraph &sg) const function in class:ana::call_superedge
427 return sg.get_edge_for_return (m_cedge);
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.h136 return_superedge *get_edge_for_return (cgraph_edge *edge) const function in class:ana::supergraph
451 return_superedge *get_edge_for_return (const supergraph &sg) const function in class:ana::call_superedge
453 return sg.get_edge_for_return (m_cedge);
H A Dcall-string.cc182 const return_superedge *return_sedge = call_sedge->get_edge_for_return (sg);

Completed in 81 milliseconds