Searched refs:MergeBlockIntoPredecessor (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 51 bool MergeBlockIntoPredecessor(BasicBlock *BB, Pass *P = 0);
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 52 bool MergeBlockIntoPredecessor(BasicBlock *BB, DominatorTree *DT = nullptr,
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 348 MergeBlockIntoPredecessor(OrigHeader, this); in rotateLoop()
|
D | GVN.cpp | 2144 bool removedBlock = MergeBlockIntoPredecessor(BB, this); in runOnFunction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 469 MergeBlockIntoPredecessor(OrigHeader, DT, LI); in rotateLoop()
|
D | GVN.cpp | 2207 MergeBlockIntoPredecessor(BB, DT, /* LoopInfo */ nullptr, MD); in runImpl()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 115 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, Pass *P) { in MergeBlockIntoPredecessor() function in llvm
|
D | SimplifyCFG.cpp | 2868 if (MergeBlockIntoPredecessor(BB)) in run()
|
/external/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 95 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DominatorTree *DT, in MergeBlockIntoPredecessor() function in llvm
|
D | SimplifyCFG.cpp | 5481 if (MergeBlockIntoPredecessor(BB)) in run()
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1009 MergeBlockIntoPredecessor(BB); in cleanupPreparedFunclets()
|