Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp65 struct SCEVCollectTerms { struct
66 SmallVectorImpl<const SCEV *> &Terms;
68 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) : Terms(T) {} in SCEVCollectTerms() argument
70 bool follow(const SCEV *S) { in follow()
84 bool isDone() const { return false; } in isDone()