Home
last modified time | relevance | path

Searched refs:getLastCoefficient (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDConstraintSystem.cpp39 if (getLastCoefficient(Row1, LastIdx) == 0) { in eliminateUsingFM()
58 int64_t UpperLast = getLastCoefficient(RemainingRows[R2], LastIdx); in eliminateUsingFM()
59 int64_t LowerLast = getLastCoefficient(RemainingRows[R1], LastIdx); in eliminateUsingFM()
HDLoopCacheAnalysis.cpp480 const SCEV *Coeff = getLastCoefficient(); in isConsecutive()
511 const SCEV *IndexedReference::getLastCoefficient() const { in getLastCoefficient() function in IndexedReference
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDConstraintSystem.h38 static int64_t getLastCoefficient(ArrayRef<Entry> Row, uint16_t Id) { in getLastCoefficient() function
HDLoopCacheAnalysis.h124 const SCEV *getLastCoefficient() const;