Home
last modified time | relevance | path

Searched refs:addToCoefficient (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Analysis/DependenceAnalysis/
DInvariant.ll4 ; SCEVAddRecExpr is created in addToCoefficient.
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h906 const SCEV *addToCoefficient(const SCEV *Expr,
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2959 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()