Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp462 bool IndexedReference::isConsecutive(const Loop &L, const SCEV *&Stride, in isConsecutive() function in IndexedReference
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1698 bool isConsecutive() const { return Consecutive; } in isConsecutive() function