Searched refs:MergeBasicBlockIntoOnlyPred (Results 1 – 12 of 12) sorted by relevance
| /external/llvm/lib/Transforms/Scalar/ |
| D | LoopSimplifyCFG.cpp | 60 MergeBasicBlockIntoOnlyPred(Succ, &DT); in simplifyLoopCFG()
|
| D | JumpThreading.cpp | 723 MergeBasicBlockIntoOnlyPred(BB); in ProcessBlock()
|
| /external/llvm/include/llvm/Transforms/Utils/ |
| D | Local.h | 116 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, DominatorTree *DT = nullptr);
|
| /external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| D | Local.h | 169 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, DomTreeUpdater *DTU = nullptr);
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
| D | Local.h | 202 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, DomTreeUpdater *DTU = nullptr);
|
| /external/llvm-project/llvm/unittests/Transforms/Utils/ |
| D | LocalTest.cpp | 178 TEST(Local, MergeBasicBlockIntoOnlyPred) { in TEST() argument 222 MergeBasicBlockIntoOnlyPred(BB, &DTU); in TEST()
|
| /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-10.0/llvm/lib/Transforms/Scalar/ |
| D | JumpThreading.cpp | 1898 MergeBasicBlockIntoOnlyPred(BB, DTU); in MaybeMergeBasicBlockIntoOnlyPred()
|
| /external/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | JumpThreading.cpp | 1970 MergeBasicBlockIntoOnlyPred(BB, DTU); in maybeMergeBasicBlockIntoOnlyPred()
|
| /external/llvm-project/llvm/lib/Transforms/Utils/ |
| D | Local.cpp | 735 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, in MergeBasicBlockIntoOnlyPred() function in llvm
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | Local.cpp | 670 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, in MergeBasicBlockIntoOnlyPred() function in llvm
|