Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyCallGraph.cpp725 SmallVector<Node *, 16> PendingSCCStack; in switchInternalEdgeToRef() local
752 assert(PendingSCCStack.empty() && in switchInternalEdgeToRef()
796 OldSCC.Nodes.append(PendingSCCStack.begin(), PendingSCCStack.end()); in switchInternalEdgeToRef()
797 PendingSCCStack.clear(); in switchInternalEdgeToRef()
829 PendingSCCStack.push_back(N); in switchInternalEdgeToRef()
842 PendingSCCStack.rbegin(), in switchInternalEdgeToRef()
854 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in switchInternalEdgeToRef()
1571 assert(PendingSCCStack.empty() && in buildGenericSCCs()
1623 PendingSCCStack.push_back(N); in buildGenericSCCs()
1636 PendingSCCStack.rbegin(), in buildGenericSCCs()
[all …]