HomeSort by: relevance | last modified time | path
    Searched refs:findCoefficient (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 2983 const SCEV *DependenceInfo::findCoefficient(const SCEV *Expr,
2990 return findCoefficient(AddRec->getStart(), TargetLoop);
3084 const SCEV *A_K = findCoefficient(Src, CurLoop);
3094 if (!findCoefficient(Dst, CurLoop)->isZero())
3124 const SCEV *AP_K = findCoefficient(Dst, CurLoop);
3128 if (!findCoefficient(Src, CurLoop)->isZero())
3139 const SCEV *A_K = findCoefficient(Src, CurLoop);
3142 if (!findCoefficient(Dst, CurLoop)->isZero())
3153 const SCEV *A_K = findCoefficient(Src, CurLoop);
3157 if (!findCoefficient(Dst, CurLoop)->isZero()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 898 /// findCoefficient - Given a linear SCEV,
903 const SCEV *findCoefficient(const SCEV *Expr,

Completed in 18 milliseconds