Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyCallGraph.cpp341 SmallPtrSet<SCC *, 4> ConnectedSet; in switchInternalEdgeToCall() local
344 ConnectedSet.insert(&SourceSCC); in switchInternalEdgeToCall()
349 if (ConnectedSet.count(G->lookupSCC(*E.getNode()))) in switchInternalEdgeToCall()
359 ConnectedSet.insert(C); in switchInternalEdgeToCall()
366 [&ConnectedSet](SCC *C) { return !ConnectedSet.count(C); }); in switchInternalEdgeToCall()
372 if (!ConnectedSet.count(&TargetSCC)) { in switchInternalEdgeToCall()
401 ConnectedSet.clear(); in switchInternalEdgeToCall()
402 ConnectedSet.insert(&TargetSCC); in switchInternalEdgeToCall()
420 if (ConnectedSet.insert(&EdgeC).second) in switchInternalEdgeToCall()
429 [&ConnectedSet](SCC *C) { return ConnectedSet.count(C); }); in switchInternalEdgeToCall()
[all …]
/external/llvm-project/llvm/lib/Analysis/
DLazyCallGraph.cpp480 SmallPtrSet<SCCT *, 4> ConnectedSet; in updatePostorderSequenceForEdgeInsertion() local
483 ComputeSourceConnectedSet(ConnectedSet); in updatePostorderSequenceForEdgeInsertion()
490 [&ConnectedSet](SCCT *C) { return !ConnectedSet.count(C); }); in updatePostorderSequenceForEdgeInsertion()
496 if (!ConnectedSet.count(&TargetSCC)) { in updatePostorderSequenceForEdgeInsertion()
518 ConnectedSet.clear(); in updatePostorderSequenceForEdgeInsertion()
519 ComputeTargetConnectedSet(ConnectedSet); in updatePostorderSequenceForEdgeInsertion()
525 [&ConnectedSet](SCCT *C) { return ConnectedSet.count(C); }); in updatePostorderSequenceForEdgeInsertion()
578 auto ComputeSourceConnectedSet = [&](SmallPtrSetImpl<SCC *> &ConnectedSet) { in switchInternalEdgeToCall() argument
584 ConnectedSet.insert(&SourceSCC); in switchInternalEdgeToCall()
588 if (ConnectedSet.count(G->lookupSCC(E.getNode()))) in switchInternalEdgeToCall()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp468 SmallPtrSet<SCCT *, 4> ConnectedSet; in updatePostorderSequenceForEdgeInsertion() local
471 ComputeSourceConnectedSet(ConnectedSet); in updatePostorderSequenceForEdgeInsertion()
478 [&ConnectedSet](SCCT *C) { return !ConnectedSet.count(C); }); in updatePostorderSequenceForEdgeInsertion()
484 if (!ConnectedSet.count(&TargetSCC)) { in updatePostorderSequenceForEdgeInsertion()
506 ConnectedSet.clear(); in updatePostorderSequenceForEdgeInsertion()
507 ComputeTargetConnectedSet(ConnectedSet); in updatePostorderSequenceForEdgeInsertion()
513 [&ConnectedSet](SCCT *C) { return ConnectedSet.count(C); }); in updatePostorderSequenceForEdgeInsertion()
566 auto ComputeSourceConnectedSet = [&](SmallPtrSetImpl<SCC *> &ConnectedSet) { in switchInternalEdgeToCall() argument
572 ConnectedSet.insert(&SourceSCC); in switchInternalEdgeToCall()
576 if (ConnectedSet.count(G->lookupSCC(E.getNode()))) in switchInternalEdgeToCall()
[all …]