Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1268 bool hasStride(Value *V) { return StrideSet.count(V); } in hasStride()
1269 bool mustCheckStrides() { return !StrideSet.empty(); } in mustCheckStrides()
1271 return StrideSet.begin(); in strides_begin()
1273 SmallPtrSet<Value *, 8>::iterator strides_end() { return StrideSet.end(); } in strides_end()
1396 SmallPtrSet<Value *, 8> StrideSet; member in __anon63bf7e8f0111::LoopVectorizationLegality
4412 StrideSet.insert(Stride); in collectStridedAccess()