Searched defs:Coeff (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 1230 bool DependenceInfo::strongSIVtest(const SCEV *Coeff, const SCEV *SrcConst, in strongSIVtest() argument 1367 weakCrossingSIVtest(const SCEV * Coeff,const SCEV * SrcConst,const SCEV * DstConst,const Loop * CurLoop,unsigned Level,FullDependence & Result,Constraint & NewConstraint,const SCEV * & SplitIter) const weakCrossingSIVtest() argument 2416 const SCEV *Coeff = AddRec->getStepRecurrence(*SE); gcdMIVtest() local 2435 const SCEV *Coeff = AddRec->getStepRecurrence(*SE); gcdMIVtest() local 2513 const SCEV *Coeff = AddRec->getStepRecurrence(*SE); gcdMIVtest() local 2530 const SCEV *Coeff = AddRec->getStepRecurrence(*SE); gcdMIVtest() local [all...] |
H A D | LoopCacheAnalysis.cpp | 475 const SCEV *Coeff = getLastCoefficient(); isConsecutive() local
|
H A D | ScalarEvolution.cpp | 986 const SCEV *Coeff = BinomialCoefficient(It, i, SE, Result->getType()); evaluateAtIteration() local 3350 uint64_t Coeff; getMulExpr() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 376 const SCEV *Coeff; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 172 FAddendCoef Coeff; global() member in __anonf0822f780111::FAddend 724 const FAddendCoef &Coeff = Opnd.getCoef(); createAddendVal() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 1527 for (auto &Coeff : R.Coefficients) addFact() local
|