Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DDomTreeUpdaterTest.cpp74 DTU.applyUpdatesPermissive( in TEST()
105 DTU.applyUpdatesPermissive(Updates); in TEST()
110 DTU.applyUpdatesPermissive( in TEST()
255 DTU.applyUpdatesPermissive({{DominatorTree::Insert, BB0, BB0}}); in TEST()
278 DTU.applyUpdatesPermissive(Updates); in TEST()
425 DTU.applyUpdatesPermissive(Updates); in TEST()
510 DTU.applyUpdatesPermissive(Updates); in TEST()
694 DTU.applyUpdatesPermissive(Updates); in TEST()
764 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB0, BB1}, in TEST()
774 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB0, BB1}}); in TEST()
[all …]
/llvm-project-15.0.7/llvm/examples/IRTransforms/
H A DSimplifyCFG.cpp132 DTU.applyUpdatesPermissive(DTUpdates); in removeDeadBlocks_v2()
212 DTU.applyUpdatesPermissive(DTUpdates); in eliminateCondBranches_v2()
259 DTU.applyUpdatesPermissive(DTUpdates); in eliminateCondBranches_v3()
352 DTU.applyUpdatesPermissive(DTUpdates); in mergeIntoSinglePredecessor_v2()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp406 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
426 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
460 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
H A DJumpThreading.cpp1106 DTU->applyUpdatesPermissive(Updates); in processBlock()
1275 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, RemoveSucc}}); in processImpliedCondition()
1719 DTU->applyUpdatesPermissive(Updates); in processThreadableEdges()
2291 DTU->applyUpdatesPermissive( in threadThroughTwoBasicBlocks()
2410 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, SuccBB}, in threadEdge()
2468 DTU->applyUpdatesPermissive(Updates); in splitBlockPreds()
2706 DTU->applyUpdatesPermissive(Updates); in duplicateCondBranchOnPHIIntoPred()
2743 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, BB}, in unfoldSelectInstr()
2927 DTU->applyUpdatesPermissive(Updates); in tryToUnfoldSelectInCurrBB()
H A DCallSiteSplitting.cpp369 DTU.applyUpdatesPermissive({{DominatorTree::Delete, Splits[i], TailBB}}); in splitCallSite()
H A DCorrelatedValuePropagation.cpp414 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, Succ}}); in processSwitch()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h146 void applyUpdatesPermissive(ArrayRef<DominatorTree::UpdateType> Updates);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp51 DTU.applyUpdatesPermissive({ in CreateLoop()
H A DLoopUnrollAndJam.cpp581 DTU.applyUpdatesPermissive(DTUpdates); in UnrollAndJamLoop()
H A DLocal.cpp814 DTU->applyUpdatesPermissive(Updates); in MergeBasicBlockIntoOnlyPred()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp250 void DomTreeUpdater::applyUpdatesPermissive( in applyUpdatesPermissive() function in llvm::DomTreeUpdater
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp132 DTU.applyUpdatesPermissive({ in createLoop()