Searched refs:applyUpdatesPermissive (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | DomTreeUpdaterTest.cpp | 74 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 D | SimplifyCFG.cpp | 132 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 D | SCCP.cpp | 406 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges() 426 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges() 460 DTU.applyUpdatesPermissive(Updates); in removeNonFeasibleEdges()
|
| H A D | JumpThreading.cpp | 1106 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 D | CallSiteSplitting.cpp | 369 DTU.applyUpdatesPermissive({{DominatorTree::Delete, Splits[i], TailBB}}); in splitCallSite()
|
| H A D | CorrelatedValuePropagation.cpp | 414 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, Succ}}); in processSwitch()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DomTreeUpdater.h | 146 void applyUpdatesPermissive(ArrayRef<DominatorTree::UpdateType> Updates);
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | MatrixUtils.cpp | 51 DTU.applyUpdatesPermissive({ in CreateLoop()
|
| H A D | LoopUnrollAndJam.cpp | 581 DTU.applyUpdatesPermissive(DTUpdates); in UnrollAndJamLoop()
|
| H A D | Local.cpp | 814 DTU->applyUpdatesPermissive(Updates); in MergeBasicBlockIntoOnlyPred()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DomTreeUpdater.cpp | 250 void DomTreeUpdater::applyUpdatesPermissive( in applyUpdatesPermissive() function in llvm::DomTreeUpdater
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 132 DTU.applyUpdatesPermissive({ in createLoop()
|