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.cpp48 struct SCEVCollectStrides { struct
49 ScalarEvolution &SE;
50 SmallVectorImpl<const SCEV *> &Strides;
52 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() function
55 bool follow(const SCEV *S) { in follow()
61 bool isDone() const { return false; } in isDone()