Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp47 struct SCEVCollectStrides { struct
48 ScalarEvolution &SE;
49 SmallVectorImpl<const SCEV *> &Strides;
51 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() function
54 bool follow(const SCEV *S) { in follow()
60 bool isDone() const { return false; } in isDone()