Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLocal.h117 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, DominatorTree *DT = nullptr);
/external/llvm/lib/Transforms/Utils/
DLocal.cpp553 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, DominatorTree *DT) { in MergeBasicBlockIntoOnlyPred() function in llvm
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp727 MergeBasicBlockIntoOnlyPred(BB); in ProcessBlock()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp339 MergeBasicBlockIntoOnlyPred(BB, nullptr); in eliminateFallThrough()
478 MergeBasicBlockIntoOnlyPred(DestBB, nullptr); in eliminateMostlyEmptyBlock()