Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h68 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp581 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
H A DGVN.cpp2008 bool removedBlock = MergeBlockIntoPredecessor(BB, &DTU, LI, nullptr, MD); in runImpl()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp505 MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop()
H A DBasicBlockUtils.cpp137 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm
H A DSimplifyCFG.cpp6024 if (MergeBlockIntoPredecessor(BB)) in simplifyOnce()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp431 bool Merged = MergeBlockIntoPredecessor(VectorLatchBB, nullptr, State->LI); in execute()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1013 MergeBlockIntoPredecessor(BB); in cleanupPreparedFunclets()
H A DCodeGenPrepare.cpp570 MergeBlockIntoPredecessor(BB); in eliminateFallThrough()
805 MergeBlockIntoPredecessor(DestBB); in eliminateMostlyEmptyBlock()
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp388 MergeBlockIntoPredecessor(BB); in simpleSimplifyCfg()