Lines Matching refs:findCoefficient
3081 const SCEV *DependenceInfo::findCoefficient(const SCEV *Expr, in findCoefficient() function in DependenceInfo
3088 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient()
3182 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateDistance()
3192 if (!findCoefficient(Dst, CurLoop)->isZero()) in propagateDistance()
3222 const SCEV *AP_K = findCoefficient(Dst, CurLoop); in propagateLine()
3226 if (!findCoefficient(Src, CurLoop)->isZero()) in propagateLine()
3237 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine()
3240 if (!findCoefficient(Dst, CurLoop)->isZero()) in propagateLine()
3251 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine()
3255 if (!findCoefficient(Dst, CurLoop)->isZero()) in propagateLine()
3260 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine()
3266 if (!findCoefficient(Dst, CurLoop)->isZero()) in propagateLine()
3281 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagatePoint()
3282 const SCEV *AP_K = findCoefficient(Dst, CurLoop); in propagatePoint()