|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Analysis/DomTreeUpdater.h 144 void applyUpdatesPermissive(ArrayRef<DominatorTree::UpdateType> Updates);
References
lib/Transforms/Scalar/CallSiteSplitting.cpp 372 DTU.applyUpdatesPermissive({{DominatorTree::Delete, Splits[i], TailBB}});
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp 407 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, Succ}});
lib/Transforms/Scalar/JumpThreading.cpp 1111 DTU->applyUpdatesPermissive(Updates);
1181 DTU->applyUpdatesPermissive(
1271 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, RemoveSucc}});
1696 DTU->applyUpdatesPermissive(Updates);
2044 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, SuccBB},
2140 DTU->applyUpdatesPermissive(Updates);
2413 DTU->applyUpdatesPermissive(Updates);
2449 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, BB},
2627 DTU->applyUpdatesPermissive(Updates);
lib/Transforms/Utils/BasicBlockUtils.cpp 108 DTU->applyUpdatesPermissive(Updates);
312 DTU->applyUpdatesPermissive(Updates);
lib/Transforms/Utils/Local.cpp 135 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, OldDest}});
211 DTU->applyUpdatesPermissive(
260 DTU->applyUpdatesPermissive(Updates);
344 DTU->applyUpdatesPermissive(Updates);
667 DTU->applyUpdatesPermissive({{DominatorTree::Delete, Pred, BB}});
732 DTU->applyUpdatesPermissive(Updates);
1068 DTU->applyUpdatesPermissive(Updates);
1937 DTU->applyUpdatesPermissive(Updates);
1971 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, UnwindDestBB}});
2118 DTU->applyUpdatesPermissive(
2208 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, UnwindDest}});
2263 DTU->applyUpdatesPermissive(Updates);
lib/Transforms/Utils/LoopUnrollAndJam.cpp 534 DTU.applyUpdatesPermissive(DTUpdates);
unittests/Analysis/DomTreeUpdaterTest.cpp 74 DTU.applyUpdatesPermissive(
105 DTU.applyUpdatesPermissive(Updates);
110 DTU.applyUpdatesPermissive(
255 DTU.applyUpdatesPermissive({{DominatorTree::Insert, BB0, BB0}});
278 DTU.applyUpdatesPermissive(Updates);
425 DTU.applyUpdatesPermissive(Updates);
510 DTU.applyUpdatesPermissive(Updates);
694 DTU.applyUpdatesPermissive(Updates);
764 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB0, BB1},
774 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB0, BB1}});
782 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB0, BB1},