Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h54 bool MergeBlockIntoPredecessor(BasicBlock *BB, DominatorTree *DT = nullptr,
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp400 MergeBlockIntoPredecessor(OrigHeader, DT, LI); in rotateLoop()
DGVN.cpp2447 MergeBlockIntoPredecessor(BB, DT, /* LoopInfo */ nullptr, MD); in runOnFunction()
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp108 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DominatorTree *DT, in MergeBlockIntoPredecessor() function in llvm
DSimplifyCFG.cpp5113 if (MergeBlockIntoPredecessor(BB)) in run()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp848 MergeBlockIntoPredecessor(BB); in cleanupPreparedFunclets()