Home
last modified time | relevance | path

Searched refs:call_end (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h275 call_iterator call_end() { return call_iterator(Edges.end(), Edges.end()); } in call_end() function
278 return make_range(call_begin(), call_end()); in calls()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp834 auto E = (*N)->call_end(); in switchInternalEdgeToRef()
847 E = (*N)->call_end(); in switchInternalEdgeToRef()
1900 [](Node &N) { return N->call_end(); }, in buildSCCs()