Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp369 SCC &SourceSCC = *SCCs[I]; in verify() local
370 for (Node &N : SourceSCC) in verify()
519 SCCT &SourceSCC, SCCT &TargetSCC, PostorderSequenceT &SCCs, in updatePostorderSequenceForEdgeInsertion() argument
523 int SourceIdx = SCCIndices[&SourceSCC]; in updatePostorderSequenceForEdgeInsertion()
557 assert(SCCs[SourceIdx] == &SourceSCC && in updatePostorderSequenceForEdgeInsertion()
597 SCC &SourceSCC = *G->lookupSCC(SourceN); in switchInternalEdgeToCall() local
602 if (&SourceSCC == &TargetSCC) { in switchInternalEdgeToCall()
613 int SourceIdx = SCCIndices[&SourceSCC]; in switchInternalEdgeToCall()
627 ConnectedSet.insert(&SourceSCC); in switchInternalEdgeToCall()
681 SourceSCC, TargetSCC, SCCs, SCCIndices, ComputeSourceConnectedSet, in switchInternalEdgeToCall()