Searched refs:MergeBasicBlockIntoOnlyPred (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | Local.h | 105 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, Pass *P = 0);
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopSimplifyCFG.cpp | 60 MergeBasicBlockIntoOnlyPred(Succ, &DT); in simplifyLoopCFG()
|
D | JumpThreading.cpp | 723 MergeBasicBlockIntoOnlyPred(BB); in ProcessBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Local.cpp | 177 TEST(Local, MergeBasicBlockIntoOnlyPred) { in TEST() argument 206 MergeBasicBlockIntoOnlyPred(BB, DT); in TEST()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 116 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, DominatorTree *DT = nullptr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 195 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, DominatorTree *DT = nullptr,
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | Local.cpp | 426 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, Pass *P) { in MergeBasicBlockIntoOnlyPred() function in llvm
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | CodeGenPrepare.cpp | 299 MergeBasicBlockIntoOnlyPred(DestBB, this); in EliminateMostlyEmptyBlock()
|
D | JumpThreading.cpp | 646 MergeBasicBlockIntoOnlyPred(BB); in ProcessBlock()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 568 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, DominatorTree *DT) { in MergeBasicBlockIntoOnlyPred() function in llvm
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 355 MergeBasicBlockIntoOnlyPred(BB, nullptr); in eliminateFallThrough() 511 MergeBasicBlockIntoOnlyPred(DestBB, nullptr); in eliminateMostlyEmptyBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 994 MergeBasicBlockIntoOnlyPred(BB, nullptr, DDT); in ProcessBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 660 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, DominatorTree *DT, in MergeBasicBlockIntoOnlyPred() function in llvm
|