Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h251 call_edge_iterator call_begin() const { in call_begin() function
259 return make_range(call_begin(), call_end()); in calls()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp560 DFSStack.push_back({RootN, RootN->call_begin()}); in switchInternalEdgeToRef()
577 I = N->call_begin(); in switchInternalEdgeToRef()
1320 DFSStack.push_back({RootN, RootN->call_begin()}); in buildSCCs()
1337 I = N->call_begin(); in buildSCCs()