Home
last modified time | relevance | path

Searched refs:isConsecutive (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h106 bool isConsecutive(const Loop &L, unsigned CLS) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp289 if (isConsecutive(L, CLS)) { in computeRefCost()
405 bool IndexedReference::isConsecutive(const Loop &L, unsigned CLS) const { in isConsecutive() function in IndexedReference