Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp385 BasicBlock *GuardBB = Preheader->getUniquePredecessor(); in getLoopGuardBranch() local
386 if (!GuardBB) in getLoopGuardBranch()
389 assert(GuardBB->getTerminator() && "Expecting valid guard terminator"); in getLoopGuardBranch()
391 BranchInst *GuardBI = dyn_cast<BranchInst>(GuardBB->getTerminator()); in getLoopGuardBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp118 BasicBlock *GuardBB = Phi.getIncomingBlock(GuardOp); in foldGuardedFunnelShift() local
120 Instruction *TermI = GuardBB->getTerminator(); in foldGuardedFunnelShift()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp791 auto *GuardBB = BI->getParent(); in widenWidenableBranchGuardConditions() local
795 PN->addIncoming(Pred == GuardBB ? AssumeCond : Builder.getTrue(), Pred); in widenWidenableBranchGuardConditions()