Home
last modified time | relevance | path

Searched refs:MergeBasicBlockIntoOnlyPred (Results 1 – 9 of 9) 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/llvm/include/llvm/Transforms/Utils/
DLocal.h116 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()