/external/llvm-project/llvm/test/Transforms/GVN/ |
D | stale-loop-info.ll | 5 ; MergeBlockIntoPredecessor in GVN failed to update LI.
|
/external/llvm-project/llvm/test/Transforms/NewGVN/ |
D | stale-loop-info.ll | 5 ; MergeBlockIntoPredecessor in GVN failed to update LI.
|
/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/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 94 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 582 bool DidMerge = MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop() 707 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
|
D | BasicBlockUtils.cpp | 172 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm 325 if (MergeBlockIntoPredecessor(Dest, DTU, LI)) { in MergeBlockSuccessorsIntoGivenBlocks()
|
D | LoopUnroll.cpp | 865 if (MergeBlockIntoPredecessor(Dest, &DTU, LI)) { in UnrollLoop()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 469 MergeBlockIntoPredecessor(OrigHeader, DT, LI); in rotateLoop()
|
/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()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopSimplifyCFG.cpp | 670 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
|
D | LoopUnswitch.cpp | 1618 MergeBlockIntoPredecessor(Succ, &DTU, LI, MSSAU.get()); in simplifyCode()
|
/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/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 95 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DominatorTree *DT, in MergeBlockIntoPredecessor() function in llvm
|
/external/llvm-project/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 1265 MergeBlockIntoPredecessor(FiniBB); in EmitOMPInlinedRegion() 1276 auto merged = MergeBlockIntoPredecessor(ExitBB); in EmitOMPInlinedRegion()
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1009 MergeBlockIntoPredecessor(BB); in cleanupPreparedFunclets()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1036 MergeBlockIntoPredecessor(BB); in cleanupPreparedFunclets()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlan.cpp | 655 bool Merged = MergeBlockIntoPredecessor(VectorLatchBB, nullptr, State->LI); in execute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1014 MergeBlockIntoPredecessor(BB); in cleanupPreparedFunclets()
|