Home
last modified time | relevance | path

Searched refs:MergeBlockIntoPredecessor (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp670 bool DidMerge = MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop()
795 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
H A DLoopUnroll.cpp805 if (MergeBlockIntoPredecessor(Dest, /*DTU=*/DTUToUse, LI, in UnrollLoop()
H A DLoopUnrollRuntime.cpp977 MergeBlockIntoPredecessor(ExitBB, &DTU, LI); in UnrollRuntimeLoopRemainder()
H A DBasicBlockUtils.cpp179 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm
350 if (MergeBlockIntoPredecessor(Dest, DTU, LI)) { in MergeBlockSuccessorsIntoGivenBlocks()
H A DSimplifyCFG.cpp3276 MergeBlockIntoPredecessor(EdgeBB, DTU); in FoldCondBranchOnValueKnownInPredecessorImpl()
7273 if (MergeBlockIntoPredecessor(BB, DTU)) in simplifyOnce()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h95 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp684 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
H A DLoopFuse.cpp1540 MergeBlockIntoPredecessor(Succ, &DTU, &LI); in mergeLatch()
H A DGVN.cpp2587 bool removedBlock = MergeBlockIntoPredecessor(&BB, &DTU, LI, MSSAU, MD); in runImpl()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1023 MergeBlockIntoPredecessor(&BB); in cleanupPreparedFunclets()
H A DCodeGenPrepare.cpp786 MergeBlockIntoPredecessor(BB); in eliminateFallThrough()
1060 MergeBlockIntoPredecessor(DestBB); in eliminateMostlyEmptyBlock()
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DCrashDebugger.cpp396 MergeBlockIntoPredecessor(BB); in simpleSimplifyCfg()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3604 MergeBlockIntoPredecessor(FiniBB); in EmitOMPInlinedRegion()
3610 auto merged = MergeBlockIntoPredecessor(ExitBB); in EmitOMPInlinedRegion()