Searched defs:FindUndefs (Results 1 – 1 of 1) sorted by relevance
7547 struct FindUndefs { struct7548 bool Found;7549 FindUndefs() : Found(false) {} in FindUndefs() argument7551 bool follow(const SCEV *S) { in follow()7563 bool isDone() const { in isDone()