Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h275 call_iterator call_begin() { in call_begin() function
281 return make_range(call_begin(), call_end()); in calls()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp828 DFSStack.push_back({RootN, (*RootN)->call_begin()}); in switchInternalEdgeToRef()
845 I = (*N)->call_begin(); in switchInternalEdgeToRef()
1911 Nodes, [](Node &N) { return N->call_begin(); }, in buildSCCs()