Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/GVN/
H A Dstale-loop-info.ll5 ; MergeBlockIntoPredecessor in GVN failed to update LI.
/llvm-project-15.0.7/llvm/test/Transforms/NewGVN/
H A Dstale-loop-info.ll5 ; MergeBlockIntoPredecessor in GVN failed to update LI.
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp664 bool DidMerge = MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop()
789 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
H A DLoopUnroll.cpp768 if (MergeBlockIntoPredecessor(Dest, &DTU, LI)) { in UnrollLoop()
H A DLoopUnrollRuntime.cpp979 MergeBlockIntoPredecessor(ExitBB, &DTU, LI); in UnrollRuntimeLoopRemainder()
H A DBasicBlockUtils.cpp178 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm
332 if (MergeBlockIntoPredecessor(Dest, DTU, LI)) { in MergeBlockSuccessorsIntoGivenBlocks()
H A DSimplifyCFG.cpp3117 MergeBlockIntoPredecessor(EdgeBB, DTU); in FoldCondBranchOnValueKnownInPredecessorImpl()
7104 if (MergeBlockIntoPredecessor(BB, DTU)) in simplifyOnce()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h93 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp677 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
H A DLoopFuse.cpp1290 MergeBlockIntoPredecessor(Succ, &DTU, &LI); in mergeLatch()
H A DGVN.cpp2604 bool removedBlock = MergeBlockIntoPredecessor(&BB, &DTU, LI, MSSAU, MD); in runImpl()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1026 MergeBlockIntoPredecessor(&BB); in cleanupPreparedFunclets()
H A DCodeGenPrepare.cpp726 MergeBlockIntoPredecessor(BB); in eliminateFallThrough()
977 MergeBlockIntoPredecessor(DestBB); in eliminateMostlyEmptyBlock()
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DCrashDebugger.cpp396 MergeBlockIntoPredecessor(BB); in simpleSimplifyCfg()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3396 MergeBlockIntoPredecessor(FiniBB); in EmitOMPInlinedRegion()
3402 auto merged = MergeBlockIntoPredecessor(ExitBB); in EmitOMPInlinedRegion()
/llvm-project-15.0.7/llvm/test/Transforms/GVN/PRE/
H A Drle.ll806 ; indirectbr currently prevents MergeBlockIntoPredecessor from merging latch