Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2909 const SCEV *DependenceInfo::findCoefficient(const SCEV *Expr, in findCoefficient() function in DependenceInfo
2916 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient()
3010 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateDistance()
3020 if (!findCoefficient(Dst, CurLoop)->isZero()) in propagateDistance()
3049 const SCEV *AP_K = findCoefficient(Dst, CurLoop); in propagateLine()
3053 if (!findCoefficient(Src, CurLoop)->isZero()) in propagateLine()
3064 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine()
3067 if (!findCoefficient(Dst, CurLoop)->isZero()) in propagateLine()
3078 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine()
3082 if (!findCoefficient(Dst, CurLoop)->isZero()) in propagateLine()
[all …]
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h898 const SCEV *findCoefficient(const SCEV *Expr,