Lines Matching refs:PendingSCCStack
783 SmallVector<Node *, 16> PendingSCCStack; in switchInternalEdgeToRef() local
810 assert(PendingSCCStack.empty() && in switchInternalEdgeToRef()
852 OldSCC.Nodes.append(PendingSCCStack.begin(), PendingSCCStack.end()); in switchInternalEdgeToRef()
853 PendingSCCStack.clear(); in switchInternalEdgeToRef()
885 PendingSCCStack.push_back(N); in switchInternalEdgeToRef()
898 PendingSCCStack.rbegin(), in switchInternalEdgeToRef()
899 find_if(reverse(PendingSCCStack), [RootDFSNumber](const Node *N) { in switchInternalEdgeToRef()
910 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in switchInternalEdgeToRef()
1813 SmallVector<Node *, 16> PendingSCCStack; in buildGenericSCCs() local
1819 assert(PendingSCCStack.empty() && in buildGenericSCCs()
1869 PendingSCCStack.push_back(N); in buildGenericSCCs()
1882 PendingSCCStack.rbegin(), in buildGenericSCCs()
1883 find_if(reverse(PendingSCCStack), [RootDFSNumber](const Node *N) { in buildGenericSCCs()
1889 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in buildGenericSCCs()