Home | History | Annotate | Download | only in Scalar

Lines Matching full:backedgetakencount

1743   const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L);
1744 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount))
1923 const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L);
1924 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount))
1926 const SCEV *One = SE.getConstant(BackedgeTakenCount->getType(), 1);
1929 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount);
1937 if (const SCEVSMaxExpr *S = dyn_cast<SCEVSMaxExpr>(BackedgeTakenCount)) {