Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp7547 struct FindUndefs { struct
7548 bool Found;
7549 FindUndefs() : Found(false) {} in FindUndefs() argument
7551 bool follow(const SCEV *S) { in follow()
7563 bool isDone() const { in isDone()