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.cpp367 SCC &SourceSCC = *SCCs[I]; in verify() local
368 for (Node &N : SourceSCC) in verify()
517 SCCT &SourceSCC, SCCT &TargetSCC, PostorderSequenceT &SCCs, in updatePostorderSequenceForEdgeInsertion() argument
521 int SourceIdx = SCCIndices[&SourceSCC]; in updatePostorderSequenceForEdgeInsertion()
555 assert(SCCs[SourceIdx] == &SourceSCC && in updatePostorderSequenceForEdgeInsertion()
595 SCC &SourceSCC = *G->lookupSCC(SourceN); in switchInternalEdgeToCall() local
600 if (&SourceSCC == &TargetSCC) { in switchInternalEdgeToCall()
611 int SourceIdx = SCCIndices[&SourceSCC]; in switchInternalEdgeToCall()
625 ConnectedSet.insert(&SourceSCC); in switchInternalEdgeToCall()
679 SourceSCC, TargetSCC, SCCs, SCCIndices, ComputeSourceConnectedSet, in switchInternalEdgeToCall()