Home
last modified time | relevance | path

Searched refs:CallerC (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DLazyCallGraph.cpp212 SCC &CallerC = *G->SCCMap.lookup(&CallerN); in insertIncomingEdge() local
213 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()