Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp3349 struct FindAddRecurrence { struct
3350 bool FoundOne;
3351 FindAddRecurrence() : FoundOne(false) {} in FindAddRecurrence() function
3353 bool follow(const SCEV *S) { in follow()
3365 bool isDone() const { return FoundOne; } in isDone()