Searched defs:SCEVCollectAddRecMultiplies (Results 1 – 3 of 3) sorted by relevance
124 struct SCEVCollectAddRecMultiplies { struct125 SmallVectorImpl<const SCEV *> &Terms;126 ScalarEvolution &SE;128 SCEVCollectAddRecMultiplies(SmallVectorImpl<const SCEV *> &T, in SCEVCollectAddRecMultiplies() function132 bool follow(const SCEV *S) { in follow()164 bool isDone() const { return false; } in isDone()
9011 struct SCEVCollectAddRecMultiplies { struct9012 SmallVectorImpl<const SCEV *> &Terms;9013 ScalarEvolution &SE;9015 SCEVCollectAddRecMultiplies(SmallVectorImpl<const SCEV *> &T, ScalarEvolution &SE) in SCEVCollectAddRecMultiplies() argument9018 bool follow(const SCEV *S) { in follow()9046 bool isDone() const { return false; } in isDone()
11040 struct SCEVCollectAddRecMultiplies { struct11041 SmallVectorImpl<const SCEV *> &Terms;11042 ScalarEvolution &SE;11044 SCEVCollectAddRecMultiplies(SmallVectorImpl<const SCEV *> &T, ScalarEvolution &SE) in SCEVCollectAddRecMultiplies() argument11047 bool follow(const SCEV *S) { in follow()11079 bool isDone() const { return false; } in isDone()