Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h113 bool isConsecutive(const Loop &L, const SCEV *&Stride, unsigned CLS) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp293 if (isConsecutive(L, Stride, CLS)) { in computeRefCost()
463 bool IndexedReference::isConsecutive(const Loop &L, const SCEV *&Stride, in isConsecutive() function in IndexedReference
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1773 bool isConsecutive() const { return Consecutive; } in isConsecutive() function
1796 return Op == getAddr() && isConsecutive() && in onlyFirstLaneUsed()
H A DLoopVectorize.cpp1055 if (AddrDef && WidenRec->isConsecutive() && in collectPoisonGeneratingRecipes()