Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyCallGraph.cpp756 RefSCC &SourceC = *G->lookupRefSCC(SourceN); in insertIncomingRefEdge() local
757 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()