Searched defs:FindUndefs (Results 1 – 1 of 1) sorted by relevance
8483 struct FindUndefs { struct8484 bool Found;8485 FindUndefs() : Found(false) {} in FindUndefs() function8487 bool follow(const SCEV *S) { in follow()8499 bool isDone() const { in isDone()