Home | History | Annotate | Download | only in Analysis

Lines Matching full:isfound

9393     bool IsFound;
9395 SCEVSearch(const SCEV *N): Node(N), IsFound(false) {}
9398 IsFound |= (S == Node);
9399 return !IsFound;
9401 bool isDone() const { return IsFound; }
9406 return Search.IsFound;