Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp789 SmallVector<Node *, 16> PendingSCCStack; in switchInternalEdgeToRef() local
816 assert(PendingSCCStack.empty() && in switchInternalEdgeToRef()
860 OldSCC.Nodes.append(PendingSCCStack.begin(), PendingSCCStack.end()); in switchInternalEdgeToRef()
861 PendingSCCStack.clear(); in switchInternalEdgeToRef()
893 PendingSCCStack.push_back(N); in switchInternalEdgeToRef()
906 PendingSCCStack.rbegin(), in switchInternalEdgeToRef()
918 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in switchInternalEdgeToRef()
1799 assert(PendingSCCStack.empty() && in buildGenericSCCs()
1851 PendingSCCStack.push_back(N); in buildGenericSCCs()
1864 PendingSCCStack.rbegin(), in buildGenericSCCs()
[all …]