Searched defs:FindUndefs (Results 1 – 1 of 1) sorted by relevance
6889 struct FindUndefs { struct6890 bool Found;6891 FindUndefs() : Found(false) {} in FindUndefs() function6893 bool follow(const SCEV *S) { in follow()6905 bool isDone() const { in isDone()