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

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2901 const SCEV *DependenceAnalysis::findCoefficient(const SCEV *Expr, function in class:DependenceAnalysis
2908 return findCoefficient(AddRec->getStart(), TargetLoop);
3008 const SCEV *A_K = findCoefficient(Src, CurLoop);
3018 if (!findCoefficient(Dst, CurLoop)->isZero())
3048 const SCEV *AP_K = findCoefficient(Dst, CurLoop);
3052 if (!findCoefficient(Src, CurLoop)->isZero())
3063 const SCEV *A_K = findCoefficient(Src, CurLoop);
3066 if (!findCoefficient(Dst, CurLoop)->isZero())
3077 const SCEV *A_K = findCoefficient(Src, CurLoop);
3081 if (!findCoefficient(Ds
[all...]
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h882 /// findCoefficient - Given a linear SCEV,
887 const SCEV *findCoefficient(const SCEV *Expr,

Completed in 103 milliseconds