Searched refs:addToCoefficient (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 935 /// addToCoefficient - Given a linear SCEV Expr, 940 const SCEV *addToCoefficient(const SCEV *Expr,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 3116 const SCEV *DependenceInfo::addToCoefficient(const SCEV *Expr, in addToCoefficient() function in DependenceInfo 3137 addToCoefficient(AddRec->getStart(), TargetLoop, Value), in addToCoefficient() 3190 Dst = addToCoefficient(Dst, CurLoop, SE->getNegativeSCEV(A_K)); in propagateDistance() 3254 Dst = addToCoefficient(Dst, CurLoop, A_K); in propagateLine() 3265 Dst = addToCoefficient(Dst, CurLoop, SE->getMulExpr(A_K, B)); in propagateLine()
|