Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp386 BasicBlock *GuardBB = Preheader->getUniquePredecessor(); in getLoopGuardBranch() local
387 if (!GuardBB) in getLoopGuardBranch()
390 assert(GuardBB->getTerminator() && "Expecting valid guard terminator"); in getLoopGuardBranch()
392 BranchInst *GuardBI = dyn_cast<BranchInst>(GuardBB->getTerminator()); in getLoopGuardBranch()
/src/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()
/src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp130 BasicBlock *GuardBB = Phi.getIncomingBlock(GuardOp); in foldGuardedFunnelShift() local
132 Instruction *TermI = GuardBB->getTerminator(); in foldGuardedFunnelShift()