Lines Matching refs:findCoefficient
2909 const SCEV *DependenceInfo::findCoefficient(const SCEV *Expr, in findCoefficient() function in DependenceInfo
2916 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient()
3010 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateDistance()
3020 if (!findCoefficient(Dst, CurLoop)->isZero()) in propagateDistance()
3049 const SCEV *AP_K = findCoefficient(Dst, CurLoop); in propagateLine()
3053 if (!findCoefficient(Src, CurLoop)->isZero()) in propagateLine()
3064 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine()
3067 if (!findCoefficient(Dst, CurLoop)->isZero()) in propagateLine()
3078 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine()
3082 if (!findCoefficient(Dst, CurLoop)->isZero()) in propagateLine()
3087 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine()
3093 if (!findCoefficient(Dst, CurLoop)->isZero()) in propagateLine()
3108 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagatePoint()
3109 const SCEV *AP_K = findCoefficient(Dst, CurLoop); in propagatePoint()