Searched defs:FindUndefs (Results 1 – 1 of 1) sorted by relevance
8905 struct FindUndefs { struct8906 bool Found;8907 FindUndefs() : Found(false) {} in FindUndefs() argument8909 bool follow(const SCEV *S) { in follow()8921 bool isDone() const { in isDone()