Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp322 SCC &SourceSCC = *SCCs[i]; in verify() local
323 for (Node &N : SourceSCC) in verify()
447 SCCT &SourceSCC, SCCT &TargetSCC, PostorderSequenceT &SCCs, in updatePostorderSequenceForEdgeInsertion() argument
451 int SourceIdx = SCCIndices[&SourceSCC]; in updatePostorderSequenceForEdgeInsertion()
485 assert(SCCs[SourceIdx] == &SourceSCC && in updatePostorderSequenceForEdgeInsertion()
529 SCC &SourceSCC = *G->lookupSCC(SourceN); in switchInternalEdgeToCall() local
534 if (&SourceSCC == &TargetSCC) { in switchInternalEdgeToCall()
545 int SourceIdx = SCCIndices[&SourceSCC]; in switchInternalEdgeToCall()
559 ConnectedSet.insert(&SourceSCC); in switchInternalEdgeToCall()
613 SourceSCC, TargetSCC, SCCs, SCCIndices, ComputeSourceConnectedSet, in switchInternalEdgeToCall()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp231 SCC &SourceSCC = *SCCs[i]; in verify() local
232 for (Node &N : SourceSCC) in verify()
270 SCC &SourceSCC = *G->lookupSCC(SourceN); in switchInternalEdgeToCall() local
275 if (&SourceSCC == &TargetSCC) { in switchInternalEdgeToCall()
290 int SourceIdx = SCCIndices[&SourceSCC]; in switchInternalEdgeToCall()
344 ConnectedSet.insert(&SourceSCC); in switchInternalEdgeToCall()
485 SCC &SourceSCC = *G->lookupSCC(SourceN); in switchInternalEdgeToRef() local
488 assert(&SourceSCC.getOuterRefSCC() == this && in switchInternalEdgeToRef()
498 if (&SourceSCC != &TargetSCC) { in switchInternalEdgeToRef()