Searched defs:findCoefficient (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2924 const SCEV *DependenceAnalysis::findCoefficient(const SCEV *Expr, function in class:DependenceAnalysis
2931 return findCoefficient(AddRec->getStart(), TargetLoop);
3027 const SCEV *A_K = findCoefficient(Src, CurLoop);
3037 if (!findCoefficient(Dst, CurLoop)->isZero())
3067 const SCEV *AP_K = findCoefficient(Dst, CurLoop);
3071 if (!findCoefficient(Src, CurLoop)->isZero())
3082 const SCEV *A_K = findCoefficient(Src, CurLoop);
3085 if (!findCoefficient(Dst, CurLoop)->isZero())
3096 const SCEV *A_K = findCoefficient(Src, CurLoop);
3100 if (!findCoefficient(Ds
[all...]

Completed in 264 milliseconds