Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1114 DTU->applyUpdatesPermissive(Updates); in processBlock()
1185 DTU->applyUpdatesPermissive( in processBlock()
1286 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, RemoveSucc}}); in processImpliedCondition()
1736 DTU->applyUpdatesPermissive(Updates); in processThreadableEdges()
2307 DTU->applyUpdatesPermissive( in threadThroughTwoBasicBlocks()
2426 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, SuccBB}, in threadEdge()
2484 DTU->applyUpdatesPermissive(Updates); in splitBlockPreds()
2722 DTU->applyUpdatesPermissive(Updates); in duplicateCondBranchOnPHIIntoPred()
2759 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, BB}, in unfoldSelectInstr()
2945 DTU->applyUpdatesPermissive(Updates); in tryToUnfoldSelectInCurrBB()
H A DSCCP.cpp388 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
405 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
H A DCallSiteSplitting.cpp370 DTU.applyUpdatesPermissive({{DominatorTree::Delete, Splits[i], TailBB}}); in splitCallSite()
H A DCorrelatedValuePropagation.cpp364 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, Succ}}); in processSwitch()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h146 void applyUpdatesPermissive(ArrayRef<DominatorTree::UpdateType> Updates);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp51 DTU.applyUpdatesPermissive({ in CreateLoop()
H A DLoopUnrollAndJam.cpp583 DTU.applyUpdatesPermissive(DTUpdates); in UnrollAndJamLoop()
H A DLocal.cpp789 DTU->applyUpdatesPermissive(Updates); in MergeBasicBlockIntoOnlyPred()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp249 void DomTreeUpdater::applyUpdatesPermissive( in applyUpdatesPermissive() function in llvm::DomTreeUpdater
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp131 DTU.applyUpdatesPermissive({ in createLoop()