Searched refs:CalleeC (Results 1 – 1 of 1) sorted by relevance
196 SCC &CalleeC = *G->SCCMap.lookup(&CalleeN); in insertOutgoingEdge() local197 assert(&CalleeC != this && "Callee must not be in this SCC."); in insertOutgoingEdge()198 assert(CalleeC.isDescendantOf(*this) && in insertOutgoingEdge()202 CalleeC.ParentSCCs.insert(this); in insertOutgoingEdge()331 SCC &CalleeC = *G->SCCMap.lookup(&CalleeN); in removeInterSCCEdge() local332 assert(&CalleeC != this && in removeInterSCCEdge()344 if (&OtherCalleeC == &CalleeC) { in removeInterSCCEdge()359 bool Removed = CalleeC.ParentSCCs.erase(this); in removeInterSCCEdge()366 if (CalleeC.ParentSCCs.empty()) in removeInterSCCEdge()