Home
last modified time | relevance | path

Searched refs:maybeMergeBasicBlockIntoOnlyPred (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h116 bool maybeMergeBasicBlockIntoOnlyPred(BasicBlock *BB);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1042 if (maybeMergeBasicBlockIntoOnlyPred(BB)) in processBlock()
1977 bool JumpThreadingPass::maybeMergeBasicBlockIntoOnlyPred(BasicBlock *BB) { in maybeMergeBasicBlockIntoOnlyPred() function in JumpThreadingPass