Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdater.h172 void applyUpdatesPermissive(ArrayRef<typename DomTreeT::UpdateType> Updates);
H A DGenericDomTreeUpdaterImpl.h80 applyUpdatesPermissive(ArrayRef<typename DomTreeT::UpdateType> Updates) { in applyUpdatesPermissive() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp51 DTU.applyUpdatesPermissive({ in CreateLoop()
H A DSCCPSolver.cpp293 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
314 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
349 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
H A DLoopUnrollAndJam.cpp575 DTU.applyUpdatesPermissive(DTUpdates); in UnrollAndJamLoop()
H A DLocal.cpp837 DTU->applyUpdatesPermissive(Updates); in MergeBasicBlockIntoOnlyPred()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1033 DTU->applyUpdatesPermissive(Updates); in processBlock()
1199 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, RemoveSucc}}); in processImpliedCondition()
1650 DTU->applyUpdatesPermissive(Updates); in processThreadableEdges()
2314 DTU->applyUpdatesPermissive( in threadThroughTwoBasicBlocks()
2440 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, SuccBB}, in threadEdge()
2501 DTU->applyUpdatesPermissive(Updates); in splitBlockPreds()
2742 DTU->applyUpdatesPermissive(Updates); in duplicateCondBranchOnPHIIntoPred()
2806 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, BB}, in unfoldSelectInstr()
2991 DTU->applyUpdatesPermissive(Updates); in tryToUnfoldSelectInCurrBB()
H A DCallSiteSplitting.cpp367 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, TailBB}}); in splitCallSite()
H A DCorrelatedValuePropagation.cpp385 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, Succ}}); in processSwitch()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp131 DTU.applyUpdatesPermissive({ in createLoop()