Searched defs:FindAddRecurrence (Results 1 – 1 of 1) sorted by relevance
3349 struct FindAddRecurrence { struct3350 bool FoundOne;3351 FindAddRecurrence() : FoundOne(false) {} in FindAddRecurrence() function3353 bool follow(const SCEV *S) { in follow()3365 bool isDone() const { return FoundOne; } in isDone()