Home | History | Annotate | Download | only in Scalar

Lines Matching full:backedgetakencount

1822   const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L);
1823 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount))
2002 const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L);
2003 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount))
2005 const SCEV *One = SE.getConstant(BackedgeTakenCount->getType(), 1);
2008 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount);
2016 if (const SCEVSMaxExpr *S = dyn_cast<SCEVSMaxExpr>(BackedgeTakenCount)) {