Searched refs:MergeBlockIntoPredecessor (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LoopRotationUtils.cpp | 670 bool DidMerge = MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop() 795 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
|
| H A D | LoopUnroll.cpp | 805 if (MergeBlockIntoPredecessor(Dest, /*DTU=*/DTUToUse, LI, in UnrollLoop()
|
| H A D | LoopUnrollRuntime.cpp | 977 MergeBlockIntoPredecessor(ExitBB, &DTU, LI); in UnrollRuntimeLoopRemainder()
|
| H A D | BasicBlockUtils.cpp | 179 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm 350 if (MergeBlockIntoPredecessor(Dest, DTU, LI)) { in MergeBlockSuccessorsIntoGivenBlocks()
|
| H A D | SimplifyCFG.cpp | 3276 MergeBlockIntoPredecessor(EdgeBB, DTU); in FoldCondBranchOnValueKnownInPredecessorImpl() 7273 if (MergeBlockIntoPredecessor(BB, DTU)) in simplifyOnce()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | BasicBlockUtils.h | 95 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSimplifyCFG.cpp | 684 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
|
| H A D | LoopFuse.cpp | 1540 MergeBlockIntoPredecessor(Succ, &DTU, &LI); in mergeLatch()
|
| H A D | GVN.cpp | 2587 bool removedBlock = MergeBlockIntoPredecessor(&BB, &DTU, LI, MSSAU, MD); in runImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 1023 MergeBlockIntoPredecessor(&BB); in cleanupPreparedFunclets()
|
| H A D | CodeGenPrepare.cpp | 786 MergeBlockIntoPredecessor(BB); in eliminateFallThrough() 1060 MergeBlockIntoPredecessor(DestBB); in eliminateMostlyEmptyBlock()
|
| /openbsd-src/gnu/llvm/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 396 MergeBlockIntoPredecessor(BB); in simpleSimplifyCfg()
|
| /openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 3604 MergeBlockIntoPredecessor(FiniBB); in EmitOMPInlinedRegion() 3610 auto merged = MergeBlockIntoPredecessor(ExitBB); in EmitOMPInlinedRegion()
|