Home
last modified time | relevance | path

Searched refs:findCoefficient (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3091 const SCEV *DependenceInfo::findCoefficient(const SCEV *Expr, in findCoefficient() function in DependenceInfo
3098 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient()
3192 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateDistance()
3202 if (!findCoefficient(Dst, CurLoop)->isZero()) in propagateDistance()
3232 const SCEV *AP_K = findCoefficient(Dst, CurLoop); in propagateLine()
3236 if (!findCoefficient(Src, CurLoop)->isZero()) in propagateLine()
3247 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine()
3250 if (!findCoefficient(Dst, CurLoop)->isZero()) in propagateLine()
3261 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine()
3265 if (!findCoefficient(Dst, CurLoop)->isZero()) in propagateLine()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h939 const SCEV *findCoefficient(const SCEV *Expr,