Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1014 RefSCC &SourceC = *G->lookupRefSCC(SourceN); in insertIncomingRefEdge() local
1015 assert(&SourceC != this && "Source must not be in this RefSCC."); in insertIncomingRefEdge()
1017 assert(SourceC.isDescendantOf(*this) && in insertIncomingRefEdge()
1028 int SourceIdx = G->RefSCCIndices[&SourceC]; in insertIncomingRefEdge()
1041 Set.insert(&SourceC); in insertIncomingRefEdge()
1088 SourceC, *this, G->PostOrderRefSCCs, G->RefSCCIndices, in insertIncomingRefEdge()
1206 SCC &SourceC = *G->lookupSCC(SourceN); in removeInternalRefEdge() local
1208 return G->lookupSCC(*TargetN) == &SourceC; in removeInternalRefEdge()
1414 SCC &SourceC = *G->lookupSCC(SourceN); in insertTrivialCallEdge() local
1416 if (&SourceC != &TargetC) in insertTrivialCallEdge()
[all …]