Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp826 auto E = (*N)->call_end(); in switchInternalEdgeToRef()
839 E = (*N)->call_end(); in switchInternalEdgeToRef()
1918 [](Node &N) { return N->call_end(); }, in buildSCCs()