Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h112 bool MaybeMergeBasicBlockIntoOnlyPred(BasicBlock *BB);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1005 if (MaybeMergeBasicBlockIntoOnlyPred(BB)) in ProcessBlock()
1883 bool JumpThreadingPass::MaybeMergeBasicBlockIntoOnlyPred(BasicBlock *BB) { in MaybeMergeBasicBlockIntoOnlyPred() function in JumpThreadingPass