Searched refs:applyUpdatesPermissive (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | GenericDomTreeUpdater.h | 172 void applyUpdatesPermissive(ArrayRef<typename DomTreeT::UpdateType> Updates);
|
H A D | GenericDomTreeUpdaterImpl.h | 80 applyUpdatesPermissive(ArrayRef<typename DomTreeT::UpdateType> Updates) { in applyUpdatesPermissive() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MatrixUtils.cpp | 51 DTU.applyUpdatesPermissive({ in CreateLoop()
|
H A D | SCCPSolver.cpp | 293 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges() 314 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges() 349 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
|
H A D | LoopUnrollAndJam.cpp | 575 DTU.applyUpdatesPermissive(DTUpdates); in UnrollAndJamLoop()
|
H A D | Local.cpp | 837 DTU->applyUpdatesPermissive(Updates); in MergeBasicBlockIntoOnlyPred()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 1033 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 D | CallSiteSplitting.cpp | 367 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, TailBB}}); in splitCallSite()
|
H A D | CorrelatedValuePropagation.cpp | 385 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, Succ}}); in processSwitch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 131 DTU.applyUpdatesPermissive({ in createLoop()
|