Home
last modified time | relevance | path

Searched refs:call_begin (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h277 call_iterator call_begin() { in call_begin() function
283 return make_range(call_begin(), call_end()); in calls()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp765 DFSStack.push_back({RootN, (*RootN)->call_begin()}); in switchInternalEdgeToRef()
782 I = (*N)->call_begin(); in switchInternalEdgeToRef()
1671 Nodes, [](Node &N) { return N->call_begin(); }, in buildSCCs()