Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp525 SmallPtrSet<SCCT *, 4> ConnectedSet; in updatePostorderSequenceForEdgeInsertion() local
528 ComputeSourceConnectedSet(ConnectedSet); in updatePostorderSequenceForEdgeInsertion()
535 [&ConnectedSet](SCCT *C) { return !ConnectedSet.count(C); }); in updatePostorderSequenceForEdgeInsertion()
541 if (!ConnectedSet.count(&TargetSCC)) { in updatePostorderSequenceForEdgeInsertion()
563 ConnectedSet.clear(); in updatePostorderSequenceForEdgeInsertion()
564 ComputeTargetConnectedSet(ConnectedSet); in updatePostorderSequenceForEdgeInsertion()
570 [&ConnectedSet](SCCT *C) { return ConnectedSet.count(C); }); in updatePostorderSequenceForEdgeInsertion()
627 ConnectedSet.insert(&SourceSCC); in switchInternalEdgeToCall()
640 ConnectedSet.insert(C); in switchInternalEdgeToCall()
653 ConnectedSet.insert(&TargetSCC); in switchInternalEdgeToCall()
[all …]