Lines Matching refs:BackedgeTakenCount
1804 const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L);
1805 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount))
1982 const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L);
1983 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount))
1985 const SCEV *One = SE.getConstant(BackedgeTakenCount->getType(), 1);
1988 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount);
1996 if (const SCEVSMaxExpr *S = dyn_cast<SCEVSMaxExpr>(BackedgeTakenCount)) {