Searched refs:PendingSCCStack (Results 1 – 1 of 1) sorted by relevance
788 SmallVector<Node *, 16> PendingSCCStack; in switchInternalEdgeToRef() local815 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() local1811 assert(PendingSCCStack.empty() && in buildGenericSCCs()[all …]