Searched refs:addToCoefficient (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/Analysis/DependenceAnalysis/ |
D | Invariant.ll | 4 ; SCEVAddRecExpr is created in addToCoefficient.
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 906 const SCEV *addToCoefficient(const SCEV *Expr,
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2959 const SCEV *DependenceAnalysis::addToCoefficient(const SCEV *Expr, in addToCoefficient() function in DependenceAnalysis 2980 addToCoefficient(AddRec->getStart(), TargetLoop, Value), in addToCoefficient() 3035 Dst = addToCoefficient(Dst, CurLoop, SE->getNegativeSCEV(A_K)); in propagateDistance() 3099 Dst = addToCoefficient(Dst, CurLoop, A_K); in propagateLine() 3110 Dst = addToCoefficient(Dst, CurLoop, SE->getMulExpr(A_K, B)); in propagateLine()
|