Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h277 call_iterator call_end() { return call_iterator(Edges.end(), Edges.end()); } in call_end() function
280 return make_range(call_begin(), call_end()); in calls()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp833 auto E = (*N)->call_end(); in switchInternalEdgeToRef()
846 E = (*N)->call_end(); in switchInternalEdgeToRef()
1912 [](Node &N) { return N->call_end(); }, in buildSCCs()