Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h272 call_iterator call_begin() { in call_begin() function
278 return make_range(call_begin(), call_end()); in calls()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp823 DFSStack.emplace_back(RootN, (*RootN)->call_begin()); in switchInternalEdgeToRef()
838 I = (*N)->call_begin(); in switchInternalEdgeToRef()
1917 Nodes, [](Node &N) { return N->call_begin(); }, in buildSCCs()