Searched defs:SCEVCollectAddRecMultiplies (Results 1 – 2 of 2) sorted by relevance
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()
10732 struct SCEVCollectAddRecMultiplies { struct10733 SmallVectorImpl<const SCEV *> &Terms;10734 ScalarEvolution &SE;10736 SCEVCollectAddRecMultiplies(SmallVectorImpl<const SCEV *> &T, ScalarEvolution &SE) in SCEVCollectAddRecMultiplies() function10739 bool follow(const SCEV *S) { in follow()10771 bool isDone() const { return false; } in isDone()