Searched refs:applyUpdatesPermissive (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h146 void applyUpdatesPermissive(ArrayRef<DominatorTree::UpdateType> Updates);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp51 DTU.applyUpdatesPermissive({
H A DSCCPSolver.cpp277 DTU.applyUpdatesPermissive(Updates);
297 DTU.applyUpdatesPermissive(Updates);
332 DTU.applyUpdatesPermissive(Updates);
H A DLoopUnrollAndJam.cpp575 DTU.applyUpdatesPermissive(DTUpdates);
H A DLocal.cpp830 DTU->applyUpdatesPermissive(Updates);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp249 void DomTreeUpdater::applyUpdatesPermissive( function in class:llvm::DomTreeUpdater
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp367 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, TailBB}});
H A DJumpThreading.cpp1043 DTU->applyUpdatesPermissive(Updates);
1212 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, RemoveSucc}});
1661 DTU->applyUpdatesPermissive(Updates);
2323 DTU->applyUpdatesPermissive(
2448 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, SuccBB},
2509 DTU->applyUpdatesPermissive(Updates);
2748 DTU->applyUpdatesPermissive(Updates);
2812 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, BB},
2998 DTU->applyUpdatesPermissive(Updates);
H A DCorrelatedValuePropagation.cpp395 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, Succ}});
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp131 DTU.applyUpdatesPermissive({

Completed in 257 milliseconds