Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h114 bool isConsecutive(const Loop &L, const SCEV *&Stride, unsigned CLS) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp292 if (isConsecutive(L, Stride, CLS)) { in computeRefCost()
462 bool IndexedReference::isConsecutive(const Loop &L, const SCEV *&Stride, in isConsecutive() function in IndexedReference
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2156 bool isConsecutive() const { return Consecutive; } in isConsecutive() function
2179 return Op == getAddr() && isConsecutive() && in onlyFirstLaneUsed()
H A DLoopVectorize.cpp1136 if (AddrDef && WidenRec->isConsecutive() && in collectPoisonGeneratingRecipes()
9482 bool CreateGatherScatter = !isConsecutive(); in execute()