Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DDelinearization.cpp67 struct SCEVCollectTerms { struct
68 SmallVectorImpl<const SCEV *> &Terms;
70 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) : Terms(T) {} in SCEVCollectTerms() argument
72 bool follow(const SCEV *S) { in follow()
86 bool isDone() const { return false; } in isDone()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp8956 struct SCEVCollectTerms { struct
8957 SmallVectorImpl<const SCEV *> &Terms;
8959 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) in SCEVCollectTerms() argument
8962 bool follow(const SCEV *S) { in follow()
8974 bool isDone() const { return false; } in isDone()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp10983 struct SCEVCollectTerms { struct
10984 SmallVectorImpl<const SCEV *> &Terms;
10986 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) : Terms(T) {} in SCEVCollectTerms() argument
10988 bool follow(const SCEV *S) { in follow()
11002 bool isDone() const { return false; } in isDone()