/external/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 52 bool MergeBlockIntoPredecessor(BasicBlock *BB, DominatorTree *DT = nullptr,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 516 MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop() 628 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
|
D | LoopUnrollAndJam.cpp | 549 if (MergeBlockIntoPredecessor(Dest, &DTU, LI)) { in UnrollAndJamLoop()
|
D | LoopUnroll.cpp | 885 if (MergeBlockIntoPredecessor(Dest, &DTU, LI)) { in UnrollLoop()
|
D | BasicBlockUtils.cpp | 171 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 91 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 670 bool DidMerge = MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop() 795 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
|
D | LoopUnroll.cpp | 805 if (MergeBlockIntoPredecessor(Dest, /*DTU=*/DTUToUse, LI, in UnrollLoop()
|
D | LoopUnrollRuntime.cpp | 977 MergeBlockIntoPredecessor(ExitBB, &DTU, LI); in UnrollRuntimeLoopRemainder()
|
D | BasicBlockUtils.cpp | 179 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm 350 if (MergeBlockIntoPredecessor(Dest, DTU, LI)) { in MergeBlockSuccessorsIntoGivenBlocks()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 95 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 469 MergeBlockIntoPredecessor(OrigHeader, DT, LI); in rotateLoop()
|
D | GVN.cpp | 2207 MergeBlockIntoPredecessor(BB, DT, /* LoopInfo */ nullptr, MD); in runImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopSimplifyCFG.cpp | 663 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
|
D | LoopUnswitch.cpp | 1643 MergeBlockIntoPredecessor(Succ, &DTU, LI, MSSAU.get()); in SimplifyCode()
|
D | LoopFuse.cpp | 1128 MergeBlockIntoPredecessor(Succ, &DTU, &LI); in mergeLatch()
|
D | GVN.cpp | 2136 bool removedBlock = MergeBlockIntoPredecessor(BB, &DTU, LI, nullptr, MD); in runImpl()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | LoopSimplifyCFG.cpp | 684 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
|
D | LoopFuse.cpp | 1540 MergeBlockIntoPredecessor(Succ, &DTU, &LI); in mergeLatch()
|
D | GVN.cpp | 2587 bool removedBlock = MergeBlockIntoPredecessor(&BB, &DTU, LI, MSSAU, MD); in runImpl()
|
/external/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 95 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DominatorTree *DT, in MergeBlockIntoPredecessor() function in llvm
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.cpp | 461 bool Merged = MergeBlockIntoPredecessor(VectorLatchBB, nullptr, State->LI); in execute()
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1009 MergeBlockIntoPredecessor(BB); in cleanupPreparedFunclets()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1014 MergeBlockIntoPredecessor(BB); in cleanupPreparedFunclets()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1023 MergeBlockIntoPredecessor(&BB); in cleanupPreparedFunclets()
|