Lines Matching refs:PendingSCCStack
788 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()
906 find_if(reverse(PendingSCCStack), [RootDFSNumber](const Node *N) { in switchInternalEdgeToRef()
917 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in switchInternalEdgeToRef()
1805 SmallVector<Node *, 16> PendingSCCStack; in buildGenericSCCs() local
1811 assert(PendingSCCStack.empty() && in buildGenericSCCs()
1863 PendingSCCStack.push_back(N); in buildGenericSCCs()
1876 PendingSCCStack.rbegin(), in buildGenericSCCs()
1877 find_if(reverse(PendingSCCStack), [RootDFSNumber](const Node *N) { in buildGenericSCCs()
1883 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in buildGenericSCCs()