Home
last modified time | relevance | path

Searched defs:FindUndefs (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolution.cpp8483 struct FindUndefs { struct
8484 bool Found;
8485 FindUndefs() : Found(false) {} in FindUndefs() function
8487 bool follow(const SCEV *S) { in follow()
8499 bool isDone() const { in isDone()