Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp885 bool DidMerge = MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop()
1010 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
H A DLoopUnroll.cpp834 if (MergeBlockIntoPredecessor(Dest, /*DTU=*/DTUToUse, LI, in UnrollLoop()
H A DLoopUnrollRuntime.cpp1000 MergeBlockIntoPredecessor(ExitBB, &DTU, LI); in UnrollRuntimeLoopRemainder()
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.cpp3391 MergeBlockIntoPredecessor(EdgeBB, DTU); in FoldCondBranchOnValueKnownInPredecessorImpl()
7549 if (MergeBlockIntoPredecessor(BB, DTU)) in simplifyOnce()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h96 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp682 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
H A DLoopFuse.cpp1538 MergeBlockIntoPredecessor(Succ, &DTU, &LI); in mergeLatch()
H A DGVN.cpp2713 bool removedBlock = MergeBlockIntoPredecessor(&BB, &DTU, &LI, MSSAU, MD); in runImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1171 MergeBlockIntoPredecessor(&BB); in cleanupPreparedFunclets()
H A DCodeGenPrepare.cpp864 MergeBlockIntoPredecessor(BB, /* DTU */ nullptr, LI, /* MSSAU */ nullptr, in eliminateFallThrough()
1144 MergeBlockIntoPredecessor(DestBB); in eliminateMostlyEmptyBlock()
/freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp412 MergeBlockIntoPredecessor(BB); in simpleSimplifyCfg()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4179 MergeBlockIntoPredecessor(FiniBB); in EmitOMPInlinedRegion()
4185 auto merged = MergeBlockIntoPredecessor(ExitBB); in EmitOMPInlinedRegion()