Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h146 void applyUpdatesPermissive(ArrayRef<DominatorTree::UpdateType> Updates);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp51 DTU.applyUpdatesPermissive({ in CreateLoop()
H A DSCCPSolver.cpp277 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
297 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
332 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
H A DLoopUnrollAndJam.cpp575 DTU.applyUpdatesPermissive(DTUpdates); in UnrollAndJamLoop()
H A DLocal.cpp830 DTU->applyUpdatesPermissive(Updates); in MergeBasicBlockIntoOnlyPred()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1043 DTU->applyUpdatesPermissive(Updates); in processBlock()
1212 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, RemoveSucc}}); in processImpliedCondition()
1661 DTU->applyUpdatesPermissive(Updates); in processThreadableEdges()
2323 DTU->applyUpdatesPermissive( in threadThroughTwoBasicBlocks()
2448 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, SuccBB}, in threadEdge()
2509 DTU->applyUpdatesPermissive(Updates); in splitBlockPreds()
2748 DTU->applyUpdatesPermissive(Updates); in duplicateCondBranchOnPHIIntoPred()
2812 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, BB}, in unfoldSelectInstr()
2998 DTU->applyUpdatesPermissive(Updates); in tryToUnfoldSelectInCurrBB()
H A DCallSiteSplitting.cpp367 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, TailBB}}); in splitCallSite()
H A DCorrelatedValuePropagation.cpp395 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, Succ}}); in processSwitch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp249 void DomTreeUpdater::applyUpdatesPermissive( in applyUpdatesPermissive() function in llvm::DomTreeUpdater
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp131 DTU.applyUpdatesPermissive({ in createLoop()