Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h96 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
108 /// MergeBlockIntoPredecessor. Blocks are successfully merged when the call to
109 /// MergeBlockIntoPredecessor returns true.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp914 bool DidMerge = MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop()
1039 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
H A DLoopUnrollRuntime.cpp1000 MergeBlockIntoPredecessor(ExitBB, &DTU, LI); in UnrollRuntimeLoopRemainder()
H A DLoopUnroll.cpp996 if (MergeBlockIntoPredecessor(Dest, /*DTU=*/DTUToUse, LI, in UnrollLoop()
H A DBasicBlockUtils.cpp180 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm
351 if (MergeBlockIntoPredecessor(Dest, DTU, LI)) { in MergeBlockSuccessorsIntoGivenBlocks()
H A DSimplifyCFG.cpp3453 MergeBlockIntoPredecessor(EdgeBB, DTU); in FoldCondBranchOnValueKnownInPredecessorImpl()
7800 if (MergeBlockIntoPredecessor(BB, DTU)) in simplifyOnce()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp681 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
H A DLoopFuse.cpp1538 MergeBlockIntoPredecessor(Succ, &DTU, &LI); in mergeLatch()
H A DGVN.cpp2784 bool removedBlock = MergeBlockIntoPredecessor(&BB, &DTU, &LI, MSSAU, MD); in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1172 MergeBlockIntoPredecessor(&BB); in cleanupPreparedFunclets()
H A DCodeGenPrepare.cpp864 MergeBlockIntoPredecessor(BB, /* DTU */ nullptr, LI, /* MSSAU */ nullptr, in eliminateFallThrough()
1143 MergeBlockIntoPredecessor(DestBB); in eliminateMostlyEmptyBlock()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp412 MergeBlockIntoPredecessor(BB); in simpleSimplifyCfg()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5734 MergeBlockIntoPredecessor(FiniBB); in EmitOMPInlinedRegion()
5740 auto merged = MergeBlockIntoPredecessor(ExitBB); in EmitOMPInlinedRegion()