Lines Matching refs:lookupSCC
190 assert(OuterRefSCC->G->lookupSCC(*N) == this && in verify()
236 SCC &TargetSCC = *G->lookupSCC(*E.getNode()); in verify()
270 SCC &SourceSCC = *G->lookupSCC(SourceN); in switchInternalEdgeToCall()
271 SCC &TargetSCC = *G->lookupSCC(TargetN); in switchInternalEdgeToCall()
349 if (ConnectedSet.count(G->lookupSCC(*E.getNode()))) in switchInternalEdgeToCall()
412 SCC &EdgeC = *G->lookupSCC(*E.getNode()); in switchInternalEdgeToCall()
485 SCC &SourceSCC = *G->lookupSCC(SourceN); in switchInternalEdgeToRef()
486 SCC &TargetSCC = *G->lookupSCC(TargetN); in switchInternalEdgeToRef()
584 if (G->lookupSCC(ChildN) == &OldSCC) { in switchInternalEdgeToRef()
997 SCC &TargetC = *G->lookupSCC(TargetN); in removeInternalRefEdge()
1333 assert(!lookupSCC(ChildN) && in buildSCCs()