Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Step

814   const SCEV *Step = AddRec->getStepRecurrence(*SE);
815 if (!isLoopInvariant(Step, LoopNest))
832 const SCEV *Step = AddRec->getStepRecurrence(*SE);
833 if (!isLoopInvariant(Step, LoopNest))
2901 // return the coefficient (the step)
3203 // First step: collect parametric terms in both array references.
3208 // Second step: find subscript sizes.
3212 // Third step: compute the access functions for each subscript.