Searched refs:CallerC (Results 1 – 1 of 1) sorted by relevance
212 SCC &CallerC = *G->SCCMap.lookup(&CallerN); in insertIncomingEdge() local213 assert(&CallerC != this && "Caller must not be in this SCC."); in insertIncomingEdge()214 assert(CallerC.isDescendantOf(*this) && in insertIncomingEdge()233 ConnectedSCCs.insert(&CallerC); in insertIncomingEdge()