Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp668 bool DidMerge = MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop()
793 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
H A DLoopUnroll.cpp881 if (MergeBlockIntoPredecessor(Dest, &DTU, LI)) { in UnrollLoop()
H A DBasicBlockUtils.cpp173 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm
322 if (MergeBlockIntoPredecessor(Dest, DTU, LI)) { in MergeBlockSuccessorsIntoGivenBlocks()
H A DSimplifyCFG.cpp6741 if (MergeBlockIntoPredecessor(BB, DTU)) in simplifyOnceImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h94 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp669 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
H A DLoopUnswitch.cpp1748 MergeBlockIntoPredecessor(Succ, &DTU, LI, MSSAU.get()); in simplifyCode()
H A DLoopFuse.cpp1290 MergeBlockIntoPredecessor(Succ, &DTU, &LI); in mergeLatch()
H A DGVN.cpp2464 bool removedBlock = MergeBlockIntoPredecessor(BB, &DTU, LI, MSSAU, MD); in runImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1029 MergeBlockIntoPredecessor(&BB); in cleanupPreparedFunclets()
H A DCodeGenPrepare.cpp712 MergeBlockIntoPredecessor(BB); in eliminateFallThrough()
963 MergeBlockIntoPredecessor(DestBB); in eliminateMostlyEmptyBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp750 bool Merged = MergeBlockIntoPredecessor(VectorLatchBB, nullptr, State->LI); in execute()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp397 MergeBlockIntoPredecessor(BB); in simpleSimplifyCfg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1999 MergeBlockIntoPredecessor(FiniBB); in EmitOMPInlinedRegion()
2010 auto merged = MergeBlockIntoPredecessor(ExitBB); in EmitOMPInlinedRegion()