Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp954 RefSCC &SourceC = *G->lookupRefSCC(SourceN); in insertIncomingRefEdge() local
955 assert(&SourceC != this && "Source must not be in this RefSCC."); in insertIncomingRefEdge()
957 assert(SourceC.isDescendantOf(*this) && in insertIncomingRefEdge()
970 int SourceIdx = G->RefSCCIndices[&SourceC]; in insertIncomingRefEdge()
983 Set.insert(&SourceC); in insertIncomingRefEdge()
1030 SourceC, *this, G->PostOrderRefSCCs, G->RefSCCIndices, in insertIncomingRefEdge()
1150 SCC &SourceC = *G->lookupSCC(SourceN); in removeInternalRefEdge() local
1152 return G->lookupSCC(*TargetN) == &SourceC; in removeInternalRefEdge()
1377 SCC &SourceC = *G->lookupSCC(SourceN); in insertTrivialCallEdge() local
1379 if (&SourceC != &TargetC) in insertTrivialCallEdge()
[all …]
/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()