Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp6889 struct FindUndefs { struct
6890 bool Found;
6891 FindUndefs() : Found(false) {} in FindUndefs() function
6893 bool follow(const SCEV *S) { in follow()
6905 bool isDone() const { in isDone()