Home
last modified time | relevance | path

Searched refs:get_ultimate_function_for_cgraph_edge (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.cc63 get_ultimate_function_for_cgraph_edge (cgraph_edge *edge) in get_ultimate_function_for_cgraph_edge() function
84 if (!get_ultimate_function_for_cgraph_edge (edge)) in supergraph_call_edge()
193 function* callee_fn = get_ultimate_function_for_cgraph_edge (edge); in supergraph()
216 function* callee_fn = get_ultimate_function_for_cgraph_edge (edge); in supergraph()
922 return get_ultimate_function_for_cgraph_edge (m_cedge); in get_callee_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.cc66 get_ultimate_function_for_cgraph_edge (cgraph_edge *edge) in get_ultimate_function_for_cgraph_edge() function
87 if (!get_ultimate_function_for_cgraph_edge (edge)) in supergraph_call_edge()
265 function* callee_fn = get_ultimate_function_for_cgraph_edge (edge); in supergraph()
288 function* callee_fn = get_ultimate_function_for_cgraph_edge (edge); in supergraph()
1194 return get_ultimate_function_for_cgraph_edge (m_cedge); in get_callee_function()
H A DChangeLog6507 * supergraph.cc (get_ultimate_function_for_cgraph_edge): New