Searched defs:SCEVCollectStrides (Results 1 – 3 of 3) sorted by relevance
8940 struct SCEVCollectStrides { struct8941 ScalarEvolution &SE;8942 SmallVectorImpl<const SCEV *> &Strides;8944 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() argument8947 bool follow(const SCEV *S) { in follow()8952 bool isDone() const { return false; } in isDone()
10966 struct SCEVCollectStrides { struct10967 ScalarEvolution &SE;10968 SmallVectorImpl<const SCEV *> &Strides;10970 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() function10973 bool follow(const SCEV *S) { in follow()10979 bool isDone() const { return false; } in isDone()
11437 struct SCEVCollectStrides { struct11438 ScalarEvolution &SE;11439 SmallVectorImpl<const SCEV *> &Strides;11441 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() function11444 bool follow(const SCEV *S) { in follow()11450 bool isDone() const { return false; } in isDone()