Searched refs:applyUpdatesPermissive (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DomTreeUpdater.h | 146 void applyUpdatesPermissive(ArrayRef<DominatorTree::UpdateType> Updates);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | MatrixUtils.cpp | 51 DTU.applyUpdatesPermissive({ in CreateLoop()
|
| H A D | SCCPSolver.cpp | 277 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges() 297 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges() 332 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
|
| H A D | LoopUnrollAndJam.cpp | 575 DTU.applyUpdatesPermissive(DTUpdates); in UnrollAndJamLoop()
|
| H A D | Local.cpp | 830 DTU->applyUpdatesPermissive(Updates); in MergeBasicBlockIntoOnlyPred()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 1043 DTU->applyUpdatesPermissive(Updates); in processBlock() 1212 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, RemoveSucc}}); in processImpliedCondition() 1661 DTU->applyUpdatesPermissive(Updates); in processThreadableEdges() 2323 DTU->applyUpdatesPermissive( in threadThroughTwoBasicBlocks() 2448 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, SuccBB}, in threadEdge() 2509 DTU->applyUpdatesPermissive(Updates); in splitBlockPreds() 2748 DTU->applyUpdatesPermissive(Updates); in duplicateCondBranchOnPHIIntoPred() 2812 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, BB}, in unfoldSelectInstr() 2998 DTU->applyUpdatesPermissive(Updates); in tryToUnfoldSelectInCurrBB()
|
| H A D | CallSiteSplitting.cpp | 367 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, TailBB}}); in splitCallSite()
|
| H A D | CorrelatedValuePropagation.cpp | 395 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, Succ}}); in processSwitch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DomTreeUpdater.cpp | 249 void DomTreeUpdater::applyUpdatesPermissive( in applyUpdatesPermissive() function in llvm::DomTreeUpdater
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 131 DTU.applyUpdatesPermissive({ in createLoop()
|