Lines Matching refs:PendingSCCStack
775 SmallVector<Node *, 16> PendingSCCStack; in switchInternalEdgeToRef() local
802 assert(PendingSCCStack.empty() && in switchInternalEdgeToRef()
844 OldSCC.Nodes.append(PendingSCCStack.begin(), PendingSCCStack.end()); in switchInternalEdgeToRef()
845 PendingSCCStack.clear(); in switchInternalEdgeToRef()
877 PendingSCCStack.push_back(N); in switchInternalEdgeToRef()
890 PendingSCCStack.rbegin(), in switchInternalEdgeToRef()
891 find_if(reverse(PendingSCCStack), [RootDFSNumber](const Node *N) { in switchInternalEdgeToRef()
902 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in switchInternalEdgeToRef()
1802 SmallVector<Node *, 16> PendingSCCStack; in buildGenericSCCs() local
1808 assert(PendingSCCStack.empty() && in buildGenericSCCs()
1858 PendingSCCStack.push_back(N); in buildGenericSCCs()
1871 PendingSCCStack.rbegin(), in buildGenericSCCs()
1872 find_if(reverse(PendingSCCStack), [RootDFSNumber](const Node *N) { in buildGenericSCCs()
1878 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in buildGenericSCCs()