Home | History | Annotate | Download | only in Scalar

Lines Matching refs:BackedgeTakenCount

1658   const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L);
1659 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount))
1838 const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L);
1839 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount))
1841 const SCEV *One = SE.getConstant(BackedgeTakenCount->getType(), 1);
1844 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount);
1852 if (const SCEVSMaxExpr *S = dyn_cast<SCEVSMaxExpr>(BackedgeTakenCount)) {