Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h254 call_edge_iterator call_end() const { in call_end() function
259 return make_range(call_begin(), call_end()); in calls()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp565 auto E = N->call_end(); in switchInternalEdgeToRef()
578 E = N->call_end(); in switchInternalEdgeToRef()
1325 auto E = N->call_end(); in buildSCCs()
1338 E = N->call_end(); in buildSCCs()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h280 call_iterator call_end() { return call_iterator(Edges.end(), Edges.end()); } in call_end() function
283 return make_range(call_begin(), call_end()); in calls()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp770 auto E = (*N)->call_end(); in switchInternalEdgeToRef()
783 E = (*N)->call_end(); in switchInternalEdgeToRef()
1672 [](Node &N) { return N->call_end(); }, in buildSCCs()