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.h178 void applyUpdatesPermissive(ArrayRef<UpdateT> Updates);
H A DGenericDomTreeUpdaterImpl.h81 applyUpdatesPermissive(ArrayRef<UpdateT> Updates) { in applyUpdatesPermissive() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp51 DTU.applyUpdatesPermissive({ in CreateLoop()
H A DSCCPSolver.cpp317 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
338 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
375 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
H A DLoopUnrollAndJam.cpp578 DTU.applyUpdatesPermissive(DTUpdates); in UnrollAndJamLoop()
H A DLocal.cpp836 DTU->applyUpdatesPermissive(Updates); in MergeBasicBlockIntoOnlyPred()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1030 DTU->applyUpdatesPermissive(Updates); in processBlock()
1196 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, RemoveSucc}}); in processImpliedCondition()
1660 DTU->applyUpdatesPermissive(Updates); in processThreadableEdges()
2339 DTU->applyUpdatesPermissive( in threadThroughTwoBasicBlocks()
2468 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, SuccBB}, in threadEdge()
2530 DTU->applyUpdatesPermissive(Updates); in splitBlockPreds()
2779 DTU->applyUpdatesPermissive(Updates); in duplicateCondBranchOnPHIIntoPred()
2843 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, BB}, in unfoldSelectInstr()
3030 DTU->applyUpdatesPermissive(Updates); in tryToUnfoldSelectInCurrBB()
H A DCallSiteSplitting.cpp367 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, TailBB}}); in splitCallSite()
H A DCorrelatedValuePropagation.cpp410 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, Succ}}); in processSwitch()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp129 DTU.applyUpdatesPermissive({ in createLoop()