Searched refs:SourceC (Results 1 – 1 of 1) sorted by relevance
756 RefSCC &SourceC = *G->lookupRefSCC(SourceN); in insertIncomingRefEdge() local757 assert(&SourceC != this && "Source must not be in this SCC."); in insertIncomingRefEdge()758 assert(SourceC.isDescendantOf(*this) && in insertIncomingRefEdge()785 DFSStack.push_back({&SourceC, SourceC.parent_begin()}); in insertIncomingRefEdge()