Home
last modified time | relevance | path

Searched refs:MergeBasicBlockIntoOnlyPred (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DLocal.h105 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, Pass *P = 0);
/external/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp60 MergeBasicBlockIntoOnlyPred(Succ, &DT); in simplifyLoopCFG()
DJumpThreading.cpp723 MergeBasicBlockIntoOnlyPred(BB); in ProcessBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DLocal.cpp177 TEST(Local, MergeBasicBlockIntoOnlyPred) { in TEST() argument
206 MergeBasicBlockIntoOnlyPred(BB, DT); in TEST()
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h116 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, DominatorTree *DT = nullptr);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLocal.h195 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, DominatorTree *DT = nullptr,
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLocal.cpp426 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, Pass *P) { in MergeBasicBlockIntoOnlyPred() function in llvm
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCodeGenPrepare.cpp299 MergeBasicBlockIntoOnlyPred(DestBB, this); in EliminateMostlyEmptyBlock()
DJumpThreading.cpp646 MergeBasicBlockIntoOnlyPred(BB); in ProcessBlock()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp568 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, DominatorTree *DT) { in MergeBasicBlockIntoOnlyPred() function in llvm
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp355 MergeBasicBlockIntoOnlyPred(BB, nullptr); in eliminateFallThrough()
511 MergeBasicBlockIntoOnlyPred(DestBB, nullptr); in eliminateMostlyEmptyBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp994 MergeBasicBlockIntoOnlyPred(BB, nullptr, DDT); in ProcessBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp660 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, DominatorTree *DT, in MergeBasicBlockIntoOnlyPred() function in llvm