Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp738 SmallVector<Node *, 16> PendingSCCStack; in switchInternalEdgeToRef() local
765 assert(PendingSCCStack.empty() && in switchInternalEdgeToRef()
809 OldSCC.Nodes.append(PendingSCCStack.begin(), PendingSCCStack.end()); in switchInternalEdgeToRef()
810 PendingSCCStack.clear(); in switchInternalEdgeToRef()
842 PendingSCCStack.push_back(N); in switchInternalEdgeToRef()
855 PendingSCCStack.rbegin(), in switchInternalEdgeToRef()
856 find_if(reverse(PendingSCCStack), [RootDFSNumber](const Node *N) { in switchInternalEdgeToRef()
867 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in switchInternalEdgeToRef()
1578 SmallVector<Node *, 16> PendingSCCStack; in buildGenericSCCs() local
1584 assert(PendingSCCStack.empty() && in buildGenericSCCs()
[all …]