Home | History | Annotate | Download | only in Scalar

Lines Matching refs:BackedgeTakenCount

2039   const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L);
2040 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount))
2224 const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L);
2225 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount))
2227 const SCEV *One = SE.getConstant(BackedgeTakenCount->getType(), 1);
2230 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount);
2238 if (const SCEVSMaxExpr *S = dyn_cast<SCEVSMaxExpr>(BackedgeTakenCount)) {