Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp7378 struct FindUndefs { struct
7379 bool Found;
7380 FindUndefs() : Found(false) {} in FindUndefs() argument
7382 bool follow(const SCEV *S) { in follow()
7394 bool isDone() const { in isDone()