Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h114 bool isConsecutive(const Loop &L, const SCEV *&Stride, unsigned CLS) const;
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1698 bool isConsecutive() const { return Consecutive; } in isConsecutive() function
1721 return Op == getAddr() && isConsecutive() && in onlyFirstLaneUsed()
H A DLoopVectorize.cpp1087 if (AddrDef && WidenRec->isConsecutive() && in collectPoisonGeneratingRecipes()