Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp8905 struct FindUndefs { struct
8906 bool Found;
8907 FindUndefs() : Found(false) {} in FindUndefs() argument
8909 bool follow(const SCEV *S) { in follow()
8921 bool isDone() const { in isDone()