Lines Matching refs:PendingSCCStack
725 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()
843 find_if(reverse(PendingSCCStack), [RootDFSNumber](const Node *N) { in switchInternalEdgeToRef()
854 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in switchInternalEdgeToRef()
1565 SmallVector<Node *, 16> PendingSCCStack; in buildGenericSCCs() local
1571 assert(PendingSCCStack.empty() && in buildGenericSCCs()
1623 PendingSCCStack.push_back(N); in buildGenericSCCs()
1636 PendingSCCStack.rbegin(), in buildGenericSCCs()
1637 find_if(reverse(PendingSCCStack), [RootDFSNumber](const Node *N) { in buildGenericSCCs()
1643 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in buildGenericSCCs()