Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp785 SmallVector<Node *, 16> PendingSCCStack; in switchInternalEdgeToRef() local
812 assert(PendingSCCStack.empty() && in switchInternalEdgeToRef()
854 OldSCC.Nodes.append(PendingSCCStack.begin(), PendingSCCStack.end()); in switchInternalEdgeToRef()
855 PendingSCCStack.clear(); in switchInternalEdgeToRef()
887 PendingSCCStack.push_back(N); in switchInternalEdgeToRef()
900 PendingSCCStack.rbegin(), in switchInternalEdgeToRef()
901 find_if(reverse(PendingSCCStack), [RootDFSNumber](const Node *N) { in switchInternalEdgeToRef()
912 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in switchInternalEdgeToRef()
1815 SmallVector<Node *, 16> PendingSCCStack; in buildGenericSCCs() local
1821 assert(PendingSCCStack.empty() && in buildGenericSCCs()
[all …]