Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp967 RefSCC &SourceC = *G->lookupRefSCC(SourceN); in insertIncomingRefEdge() local
968 assert(&SourceC != this && "Source must not be in this RefSCC."); in insertIncomingRefEdge()
970 assert(SourceC.isDescendantOf(*this) && in insertIncomingRefEdge()
983 int SourceIdx = G->RefSCCIndices[&SourceC]; in insertIncomingRefEdge()
996 Set.insert(&SourceC); in insertIncomingRefEdge()
1043 SourceC, *this, G->PostOrderRefSCCs, G->RefSCCIndices, in insertIncomingRefEdge()
1163 SCC &SourceC = *G->lookupSCC(SourceN); in removeInternalRefEdge() local
1165 return G->lookupSCC(*TargetN) == &SourceC; in removeInternalRefEdge()
1390 SCC &SourceC = *G->lookupSCC(SourceN); in insertTrivialCallEdge() local
1392 if (&SourceC != &TargetC) in insertTrivialCallEdge()
[all …]