Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp6924 struct SCEVCollectStrides { struct
6925 ScalarEvolution &SE;
6926 SmallVectorImpl<const SCEV *> &Strides;
6928 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() argument
6931 bool follow(const SCEV *S) { in follow()
6936 bool isDone() const { return false; } in isDone()