Searched defs:FindUndefs (Results 1 – 1 of 1) sorted by relevance
7378 struct FindUndefs { struct7379 bool Found;7380 FindUndefs() : Found(false) {} in FindUndefs() argument7382 bool follow(const SCEV *S) { in follow()7394 bool isDone() const { in isDone()