Lines Matching full:backedgetakencount
1788 const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L);
1789 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount))
1966 const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L);
1967 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount))
1969 const SCEV *One = SE.getConstant(BackedgeTakenCount->getType(), 1);
1972 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount);
1980 if (const SCEVSMaxExpr *S = dyn_cast<SCEVSMaxExpr>(BackedgeTakenCount)) {