Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1013 RefSCC &SourceC = *G->lookupRefSCC(SourceN); in insertIncomingRefEdge() local
1014 assert(&SourceC != this && "Source must not be in this RefSCC."); in insertIncomingRefEdge()
1016 assert(SourceC.isDescendantOf(*this) && in insertIncomingRefEdge()
1027 int SourceIdx = G->RefSCCIndices[&SourceC]; in insertIncomingRefEdge()
1040 Set.insert(&SourceC); in insertIncomingRefEdge()
1087 SourceC, *this, G->PostOrderRefSCCs, G->RefSCCIndices, in insertIncomingRefEdge()
1205 SCC &SourceC = *G->lookupSCC(SourceN); in removeInternalRefEdge() local
1207 return G->lookupSCC(*TargetN) == &SourceC; in removeInternalRefEdge()
1413 SCC &SourceC = *G->lookupSCC(SourceN); in insertTrivialCallEdge() local
1415 if (&SourceC != &TargetC) in insertTrivialCallEdge()
[all …]