|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Analysis/DomTreeUpdater.h 121 void applyUpdates(ArrayRef<DominatorTree::UpdateType> Updates);
References
lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp 392 DTU.applyUpdates(Updates);
lib/Transforms/Scalar/ADCE.cpp 623 .applyUpdates(DeletedEdges);
lib/Transforms/Scalar/LoopFuse.cpp 1263 DTU.applyUpdates(TreeUpdates);
1515 DTU.applyUpdates(TreeUpdates);
lib/Transforms/Scalar/LoopIdiomRecognize.cpp 2373 DTU.applyUpdates(DTUpdates);
2457 DTU.applyUpdates(DTUpdates);
2565 DTU.applyUpdates(DTUpdates);
lib/Transforms/Scalar/LoopSimplifyCFG.cpp 409 DTU.applyUpdates(DTUpdates);
419 DTU.applyUpdates(DTUpdates);
465 DTU.applyUpdates(DTUpdates);
592 DTU.applyUpdates(DTUpdates);
lib/Transforms/Scalar/MergeICmps.cpp 666 DTU.applyUpdates({{DominatorTree::Insert, BB, PhiBB}});
671 DTU.applyUpdates({{DominatorTree::Insert, BB, NextCmpBlock},
729 DTU.applyUpdates({{DominatorTree::Delete, Pred, EntryBlock_},
742 DTU.applyUpdates({{DominatorTree::Delete, NextCmpBlock, EntryBlock_}});
lib/Transforms/Scalar/TailRecursionElimination.cpp 681 DTU.applyUpdates({{DominatorTree::Insert, BB, OldEntry}});
lib/Transforms/Utils/BasicBlockUtils.cpp 805 DTU->applyUpdates({{DominatorTree::Delete, Pred, BB}});
lib/Transforms/Utils/CloneFunction.cpp 854 DTU.applyUpdates({{DominatorTree::Delete, PredBB, BB},
lib/Transforms/Utils/LoopUtils.cpp 595 DTU.applyUpdates({{DominatorTree::Insert, Preheader, ExitBlock},
unittests/Analysis/DomTreeUpdaterTest.cpp 186 DTU.applyUpdates({{DominatorTree::Insert, NewEntry, BB0}});
201 DTU.applyUpdates({{DominatorTree::Delete, NewEntry, BB0},
473 DTU.applyUpdates({{DominatorTree::Delete, BB0, BB0}});
564 DTU.applyUpdates({{DominatorTree::Insert, NewEntry, BB0}});
579 DTU.applyUpdates({{DominatorTree::Delete, NewEntry, BB0},
669 DTU.applyUpdates(Updates);
792 DTU.applyUpdates({{DominatorTree::Insert, BB0, BB2}});