Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp788 SmallVector<Node *, 16> PendingSCCStack; in switchInternalEdgeToRef() local
815 assert(PendingSCCStack.empty() && in switchInternalEdgeToRef()
859 OldSCC.Nodes.append(PendingSCCStack.begin(), PendingSCCStack.end()); in switchInternalEdgeToRef()
860 PendingSCCStack.clear(); in switchInternalEdgeToRef()
892 PendingSCCStack.push_back(N); in switchInternalEdgeToRef()
905 PendingSCCStack.rbegin(), in switchInternalEdgeToRef()
906 find_if(reverse(PendingSCCStack), [RootDFSNumber](const Node *N) { in switchInternalEdgeToRef()
917 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in switchInternalEdgeToRef()
1805 SmallVector<Node *, 16> PendingSCCStack; in buildGenericSCCs() local
1811 assert(PendingSCCStack.empty() && in buildGenericSCCs()
[all …]