Lines Matching refs:Strides
693 const DenseMap<Value *, const SCEV *> &Strides,
704 Loop *TheLoop, const DenseMap<Value *, const SCEV *> &Strides,
836 const DenseMap<Value *, const SCEV *> &Strides, Value *Ptr, Type *AccessTy, in isNoWrap() argument
842 int64_t Stride = getPtrStride(PSE, AccessTy, Ptr, L, Strides).value_or(0); in isNoWrap()
1931 const DenseMap<Value *, const SCEV *> &Strides, in getDependenceDistanceStrideAndSize() argument
1952 getPtrStride(PSE, ATy, APtr, InnermostLoop, Strides, true).value_or(0); in getDependenceDistanceStrideAndSize()
1954 getPtrStride(PSE, BTy, BPtr, InnermostLoop, Strides, true).value_or(0); in getDependenceDistanceStrideAndSize()
2001 unsigned BIdx, const DenseMap<Value *, const SCEV *> &Strides, in isDependent() argument
2009 A, InstMap[AIdx], B, InstMap[BIdx], Strides, UnderlyingObjects, PSE, in isDependent()
2170 const DenseMap<Value *, const SCEV *> &Strides, in areDepsSafe() argument
2216 isDependent(*A.first, A.second, *B.first, B.second, Strides, in areDepsSafe()