Searched refs:applyUpdatesPermissive (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 135 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, OldDest}}); in ConstantFoldTerminator() 211 DTU->applyUpdatesPermissive( in ConstantFoldTerminator() 260 DTU->applyUpdatesPermissive(Updates); in ConstantFoldTerminator() 344 DTU->applyUpdatesPermissive(Updates); in ConstantFoldTerminator() 667 DTU->applyUpdatesPermissive({{DominatorTree::Delete, Pred, BB}}); in RemovePredecessorAndSimplify() 732 DTU->applyUpdatesPermissive(Updates); in MergeBasicBlockIntoOnlyPred() 1068 DTU->applyUpdatesPermissive(Updates); in TryToSimplifyUncondBranchFromEmptyBlock() 1954 DTU->applyUpdatesPermissive(Updates); in changeToUnreachable() 1988 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, UnwindDestBB}}); in changeToCall() 2135 DTU->applyUpdatesPermissive( in markAliveBlocks() [all …]
|
D | BasicBlockUtils.cpp | 108 DTU->applyUpdatesPermissive(Updates); in DeleteDeadBlocks() 308 DTU->applyUpdatesPermissive(Updates); in MergeBlockIntoPredecessor()
|
D | LoopUnrollAndJam.cpp | 535 DTU.applyUpdatesPermissive(DTUpdates); in UnrollAndJamLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 1070 DTU->applyUpdatesPermissive(Updates); in ProcessBlock() 1140 DTU->applyUpdatesPermissive( in ProcessBlock() 1230 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, RemoveSucc}}); in ProcessImpliedCondition() 1655 DTU->applyUpdatesPermissive(Updates); in ProcessThreadableEdges() 2123 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, SuccBB}, in ThreadEdge() 2181 DTU->applyUpdatesPermissive(Updates); in SplitBlockPreds() 2418 DTU->applyUpdatesPermissive(Updates); in DuplicateCondBranchOnPHIIntoPred() 2454 DTU->applyUpdatesPermissive({{DominatorTree::Insert, NewBB, BB}, in UnfoldSelectInstr() 2632 DTU->applyUpdatesPermissive(Updates); in TryToUnfoldSelectInCurrBB()
|
D | CallSiteSplitting.cpp | 374 DTU.applyUpdatesPermissive({{DominatorTree::Delete, Splits[i], TailBB}}); in splitCallSite()
|
D | CorrelatedValuePropagation.cpp | 408 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, Succ}}); in processSwitch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DomTreeUpdater.h | 144 void applyUpdatesPermissive(ArrayRef<DominatorTree::UpdateType> Updates);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DomTreeUpdater.cpp | 249 void DomTreeUpdater::applyUpdatesPermissive( in applyUpdatesPermissive() function in llvm::DomTreeUpdater
|