Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
917 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in switchInternalEdgeToRef()
1811 assert(PendingSCCStack.empty() && in buildGenericSCCs()
1863 PendingSCCStack.push_back(N); in buildGenericSCCs()
1876 PendingSCCStack.rbegin(), in buildGenericSCCs()
[all …]