Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp768 bool hasStride(Value *V) { return StrideSet.count(V); } in hasStride()
769 bool mustCheckStrides() { return !StrideSet.empty(); } in mustCheckStrides()
771 return StrideSet.begin(); in strides_begin()
773 SmallPtrSet<Value *, 8>::iterator strides_end() { return StrideSet.end(); } in strides_end()
900 SmallPtrSet<Value *, 8> StrideSet; member in __anon63bf7e8f0111::LoopVectorizationLegality
3964 StrideSet.insert(Stride); in collectStridedAccess()