Searched refs:zeroCoefficient (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 3097 const SCEV *DependenceInfo::zeroCoefficient(const SCEV *Expr, in zeroCoefficient() function in DependenceInfo 3104 return SE->getAddRecExpr(zeroCoefficient(AddRec->getStart(), TargetLoop), in zeroCoefficient() 3187 Src = zeroCoefficient(Src, CurLoop); in propagateDistance() 3225 Dst = zeroCoefficient(Dst, CurLoop); in propagateLine() 3239 Src = zeroCoefficient(Src, CurLoop); in propagateLine() 3253 Src = zeroCoefficient(Src, CurLoop); in propagateLine() 3264 Src = zeroCoefficient(Src, CurLoop); in propagateLine() 3287 Src = zeroCoefficient(Src, CurLoop); in propagatePoint() 3290 Dst = zeroCoefficient(Dst, CurLoop); in propagatePoint()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 927 /// zeroCoefficient - Given a linear SCEV, 932 const SCEV *zeroCoefficient(const SCEV *Expr,
|