Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/examples/IRTransforms/
H A DSimplifyCFG.cpp103 SmallVector<DominatorTree::UpdateType, 8> DTUpdates; in removeDeadBlocks_v2() local
120 DTUpdates.push_back({DominatorTree::Delete, &BB, Succ}); in removeDeadBlocks_v2()
130 DTU.applyUpdatesPermissive(DTUpdates); in removeDeadBlocks_v2()
175 SmallVector<DominatorTree::UpdateType, 8> DTUpdates; in eliminateCondBranches_v2() local
210 DTU.applyUpdatesPermissive(DTUpdates); in eliminateCondBranches_v2()
220 SmallVector<DominatorTree::UpdateType, 8> DTUpdates; in eliminateCondBranches_v3() local
257 DTU.applyUpdatesPermissive(DTUpdates); in eliminateCondBranches_v3()
307 SmallVector<DominatorTree::UpdateType, 8> DTUpdates; in mergeIntoSinglePredecessor_v2() local
324 DTUpdates.push_back({DominatorTree::Delete, &BB, Succ}); in mergeIntoSinglePredecessor_v2()
328 DTUpdates.push_back({DominatorTree::Delete, Pred, &BB}); in mergeIntoSinglePredecessor_v2()
[all …]
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp121 SmallVector<DominatorTree::UpdateType, 16> DTUpdates; member in __anon26d041370111::ConstantTerminatorFoldingImpl
382 DTUpdates.push_back({DominatorTree::Insert, Preheader, BB}); in handleDeadExits()
416 MSSAU->applyUpdates(DTUpdates, DT, /*UpdateDT=*/true); in handleDeadExits()
418 DTU.applyUpdates(DTUpdates); in handleDeadExits()
419 DTUpdates.clear(); in handleDeadExits()
427 MSSAU->applyUpdates(DTUpdates, DT, /*UpdateDT=*/true); in handleDeadExits()
428 DTUpdates.clear(); in handleDeadExits()
472 DTU.applyUpdates(DTUpdates); in deleteDeadLoopBlocks()
473 DTUpdates.clear(); in deleteDeadLoopBlocks()
614 DTU.applyUpdates(DTUpdates); in run()
[all …]
H A DSimpleLoopUnswitch.cpp947 SmallVector<DominatorTree::UpdateType, 4> DTUpdates; in unswitchTrivialSwitch() local
962 DT.applyUpdates(DTUpdates); in unswitchTrivialSwitch()
2229 SmallVector<DominatorTree::UpdateType, 4> DTUpdates; in unswitchNontrivialInvariants() local
2303 DTUpdates.push_back( in unswitchNontrivialInvariants()
2308 DT.applyUpdates(DTUpdates); in unswitchNontrivialInvariants()
2309 DTUpdates.clear(); in unswitchNontrivialInvariants()
2385 DT.applyUpdates(DTUpdates); in unswitchNontrivialInvariants()
2386 DTUpdates.clear(); in unswitchNontrivialInvariants()
2397 DT.applyUpdates(DTUpdates); in unswitchNontrivialInvariants()
2620 SmallVector<DominatorTree::UpdateType, 4> DTUpdates; in turnGuardIntoBranch() local
[all …]
H A DLoopInterchange.cpp1442 DTUpdates.push_back( in updateSuccessor()
1444 DTUpdates.push_back( in updateSuccessor()
1549 std::vector<DominatorTree::UpdateType> DTUpdates; in adjustLoopBranches() local
1610 InnerLoopPreHeader, DTUpdates, /*MustUpdateOnce=*/false); in adjustLoopBranches()
1616 DTUpdates, in adjustLoopBranches()
1620 InnerLoopHeaderSuccessor, DTUpdates, in adjustLoopBranches()
1628 OuterLoopPreHeader, DTUpdates); in adjustLoopBranches()
1637 InnerLoopLatchSuccessor, DTUpdates); in adjustLoopBranches()
1645 OuterLoopLatchSuccessor, DTUpdates); in adjustLoopBranches()
1647 DTUpdates); in adjustLoopBranches()
[all …]
H A DLowerMatrixIntrinsics.cpp1422 SmallVector<DominatorTree::UpdateType, 4> DTUpdates; in getNonAliasingPointer() local
1424 DTUpdates.push_back({DT->Delete, Check0, Succ}); in getNonAliasingPointer()
1483 DTUpdates.push_back({DT->Insert, Check0, Check1}); in getNonAliasingPointer()
1484 DTUpdates.push_back({DT->Insert, Check0, Fusion}); in getNonAliasingPointer()
1485 DTUpdates.push_back({DT->Insert, Check1, Copy}); in getNonAliasingPointer()
1486 DTUpdates.push_back({DT->Insert, Check1, Fusion}); in getNonAliasingPointer()
1487 DT->applyUpdates(DTUpdates); in getNonAliasingPointer()
H A DDFAJumpThreading.cpp1192 std::vector<DominatorTree::UpdateType> DTUpdates; in updateLastSuccessor() local
1196 DTUpdates.push_back({DominatorTree::Delete, LastBlock, Succ}); in updateLastSuccessor()
1202 DTU->applyUpdates(DTUpdates); in updateLastSuccessor()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILateBranchLowering.cpp110 SmallVector<DomTreeT::UpdateType, 16> DTUpdates; in splitBlock() local
112 DTUpdates.push_back({DomTreeT::Insert, SplitBB, Succ}); in splitBlock()
113 DTUpdates.push_back({DomTreeT::Delete, &MBB, Succ}); in splitBlock()
115 DTUpdates.push_back({DomTreeT::Insert, &MBB, SplitBB}); in splitBlock()
116 MDT->getBase().applyUpdates(DTUpdates); in splitBlock()
H A DSIWholeQuadMode.cpp794 SmallVector<DomTreeT::UpdateType, 16> DTUpdates; in splitBlock() local
796 DTUpdates.push_back({DomTreeT::Insert, SplitBB, Succ}); in splitBlock()
797 DTUpdates.push_back({DomTreeT::Delete, BB, Succ}); in splitBlock()
799 DTUpdates.push_back({DomTreeT::Insert, BB, SplitBB}); in splitBlock()
801 MDT->getBase().applyUpdates(DTUpdates); in splitBlock()
803 PDT->getBase().applyUpdates(DTUpdates); in splitBlock()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp566 SmallVector<DominatorTree::UpdateType, 4> DTUpdates; in UnrollAndJamLoop() local
567 DTUpdates.emplace_back(DominatorTree::UpdateKind::Delete, ForeBlocksLast[0], in UnrollAndJamLoop()
569 DTUpdates.emplace_back(DominatorTree::UpdateKind::Delete, in UnrollAndJamLoop()
572 DTUpdates.emplace_back(DominatorTree::UpdateKind::Insert, in UnrollAndJamLoop()
574 DTUpdates.emplace_back(DominatorTree::UpdateKind::Insert, in UnrollAndJamLoop()
576 DTU.applyUpdatesPermissive(DTUpdates); in UnrollAndJamLoop()
H A DBasicBlockUtils.cpp970 SmallVector<DominatorTree::UpdateType, 8> DTUpdates; in splitBlockBefore() local
974 DTUpdates.push_back({DominatorTree::Insert, New, Old}); in splitBlockBefore()
975 DTUpdates.reserve(DTUpdates.size() + 2 * pred_size(New)); in splitBlockBefore()
978 DTUpdates.push_back({DominatorTree::Insert, PredecessorOfOld, New}); in splitBlockBefore()
979 DTUpdates.push_back({DominatorTree::Delete, PredecessorOfOld, Old}); in splitBlockBefore()
982 DTU->applyUpdates(DTUpdates); in splitBlockBefore()
987 MSSAU->applyUpdates(DTUpdates, DTU->getDomTree()); in splitBlockBefore()
H A DLoopUnroll.cpp684 SmallVector<DominatorTree::UpdateType> DTUpdates; in UnrollLoop() local
698 DTUpdates.emplace_back(DominatorTree::Delete, Src, DeadSucc); in UnrollLoop()
783 DTU.applyUpdates(DTUpdates); in UnrollLoop()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp9839 auto DTUpdates = std::move(PendingDeducedTypeUpdates); in FinishedDeserializing() local
9841 for (auto Update : DTUpdates) { in FinishedDeserializing()