Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DLazyCallGraph.h272 call_iterator call_begin() { in call_begin() function
278 return make_range(call_begin(), call_end()); in calls()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLazyCallGraph.cpp815 DFSStack.emplace_back(RootN, (*RootN)->call_begin()); in switchInternalEdgeToRef()
830 I = (*N)->call_begin(); in switchInternalEdgeToRef()
1906 Nodes, [](Node &N) { return N->call_begin(); }, in buildSCCs()