Searched refs:SourceC (Results 1 – 1 of 1) sorted by relevance
967 RefSCC &SourceC = *G->lookupRefSCC(SourceN); in insertIncomingRefEdge() local968 assert(&SourceC != this && "Source must not be in this RefSCC."); in insertIncomingRefEdge()970 assert(SourceC.isDescendantOf(*this) && in insertIncomingRefEdge()983 int SourceIdx = G->RefSCCIndices[&SourceC]; in insertIncomingRefEdge()996 Set.insert(&SourceC); in insertIncomingRefEdge()1043 SourceC, *this, G->PostOrderRefSCCs, G->RefSCCIndices, in insertIncomingRefEdge()1163 SCC &SourceC = *G->lookupSCC(SourceN); in removeInternalRefEdge() local1165 return G->lookupSCC(*TargetN) == &SourceC; in removeInternalRefEdge()1390 SCC &SourceC = *G->lookupSCC(SourceN); in insertTrivialCallEdge() local1392 if (&SourceC != &TargetC) in insertTrivialCallEdge()[all …]