Searched refs:findCoefficient (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 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() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 919 /// findCoefficient - Given a linear SCEV, 924 const SCEV *findCoefficient(const SCEV *Expr,
|