Lines Matching refs:lookupRefSCC

676   assert(G->lookupRefSCC(SourceN) == this && "Source must be in this RefSCC.");  in switchOutgoingEdgeToCall()
677 assert(G->lookupRefSCC(TargetN) != this && in switchOutgoingEdgeToCall()
679 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in switchOutgoingEdgeToCall()
696 assert(G->lookupRefSCC(SourceN) == this && "Source must be in this RefSCC."); in switchOutgoingEdgeToRef()
697 assert(G->lookupRefSCC(TargetN) != this && in switchOutgoingEdgeToRef()
699 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in switchOutgoingEdgeToRef()
714 assert(G->lookupRefSCC(SourceN) == this && "Source must be in this RefSCC."); in insertInternalRefEdge()
715 assert(G->lookupRefSCC(TargetN) == this && "Target must be in this RefSCC."); in insertInternalRefEdge()
730 assert(G->lookupRefSCC(SourceN) == this && "Source must be in this RefSCC."); in insertOutgoingEdge()
732 RefSCC &TargetC = *G->lookupRefSCC(TargetN); in insertOutgoingEdge()
749 assert(G->lookupRefSCC(TargetN) == this && "Target must be in this SCC."); in insertIncomingRefEdge()
756 RefSCC &SourceC = *G->lookupRefSCC(SourceN); in insertIncomingRefEdge()
862 RefSCC &ChildRC = *G->lookupRefSCC(*E.getNode()); in insertIncomingRefEdge()
904 assert(G->lookupRefSCC(SourceN) == this && in removeOutgoingEdge()
907 RefSCC &TargetRC = *G->lookupRefSCC(TargetN); in removeOutgoingEdge()
923 RefSCC &OtherChildRC = *G->lookupRefSCC(*E.getNode()); in removeOutgoingEdge()
1088 RefSCC &ChildRC = *G->lookupRefSCC(ChildN); in removeInternalRefEdge()
1197 RefSCC &ChildRC = *G->lookupRefSCC(*E.getNode()); in removeInternalRefEdge()
1407 RefSCC &ChildRC = *lookupRefSCC(*E.getNode()); in connectRefSCC()