Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp517 SmallPtrSet<SCCT *, 4> ConnectedSet; in updatePostorderSequenceForEdgeInsertion() local
520 ComputeSourceConnectedSet(ConnectedSet); in updatePostorderSequenceForEdgeInsertion()
527 [&ConnectedSet](SCCT *C) { return !ConnectedSet.count(C); }); in updatePostorderSequenceForEdgeInsertion()
533 if (!ConnectedSet.count(&TargetSCC)) { in updatePostorderSequenceForEdgeInsertion()
554 ConnectedSet.clear(); in updatePostorderSequenceForEdgeInsertion()
555 ComputeTargetConnectedSet(ConnectedSet); in updatePostorderSequenceForEdgeInsertion()
561 [&ConnectedSet](SCCT *C) { return ConnectedSet.count(C); }); in updatePostorderSequenceForEdgeInsertion()
617 ConnectedSet.insert(&SourceSCC); in switchInternalEdgeToCall()
630 ConnectedSet.insert(C); in switchInternalEdgeToCall()
643 ConnectedSet.insert(&TargetSCC); in switchInternalEdgeToCall()
[all …]