Lines Matching refs:PendingSCCStack
789 SmallVector<Node *, 16> PendingSCCStack; in switchInternalEdgeToRef() local
816 assert(PendingSCCStack.empty() && in switchInternalEdgeToRef()
860 OldSCC.Nodes.append(PendingSCCStack.begin(), PendingSCCStack.end()); in switchInternalEdgeToRef()
861 PendingSCCStack.clear(); in switchInternalEdgeToRef()
893 PendingSCCStack.push_back(N); in switchInternalEdgeToRef()
906 PendingSCCStack.rbegin(), in switchInternalEdgeToRef()
907 find_if(reverse(PendingSCCStack), [RootDFSNumber](const Node *N) { in switchInternalEdgeToRef()
918 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in switchInternalEdgeToRef()
1793 SmallVector<Node *, 16> PendingSCCStack; in buildGenericSCCs() local
1799 assert(PendingSCCStack.empty() && in buildGenericSCCs()
1851 PendingSCCStack.push_back(N); in buildGenericSCCs()
1864 PendingSCCStack.rbegin(), in buildGenericSCCs()
1865 find_if(reverse(PendingSCCStack), [RootDFSNumber](const Node *N) { in buildGenericSCCs()
1871 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in buildGenericSCCs()