Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2176 auto *PredBlockBranch = dyn_cast<BranchInst>(OtherBB->getTerminator()); in foldBinopWithPhiOperands() local
2177 if (!PredBlockBranch || PredBlockBranch->isConditional() || in foldBinopWithPhiOperands()
2195 Builder.SetInsertPoint(PredBlockBranch); in foldBinopWithPhiOperands()