Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DBasicBlockUtils.h51 bool MergeBlockIntoPredecessor(BasicBlock *BB, Pass *P = 0);
/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h52 bool MergeBlockIntoPredecessor(BasicBlock *BB, DominatorTree *DT = nullptr,
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopRotation.cpp348 MergeBlockIntoPredecessor(OrigHeader, this); in rotateLoop()
DGVN.cpp2144 bool removedBlock = MergeBlockIntoPredecessor(BB, this); in runOnFunction()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp469 MergeBlockIntoPredecessor(OrigHeader, DT, LI); in rotateLoop()
DGVN.cpp2207 MergeBlockIntoPredecessor(BB, DT, /* LoopInfo */ nullptr, MD); in runImpl()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBasicBlockUtils.cpp115 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, Pass *P) { in MergeBlockIntoPredecessor() function in llvm
DSimplifyCFG.cpp2868 if (MergeBlockIntoPredecessor(BB)) in run()
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp95 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DominatorTree *DT, in MergeBlockIntoPredecessor() function in llvm
DSimplifyCFG.cpp5481 if (MergeBlockIntoPredecessor(BB)) in run()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1009 MergeBlockIntoPredecessor(BB); in cleanupPreparedFunclets()