Home | History | Annotate | Download | only in Analysis

Lines Matching refs:IsFound

6919   bool IsFound;
6921 SCEVSearch(const SCEV *N): Node(N), IsFound(false) {}
6924 IsFound |= (S == Node);
6925 return !IsFound;
6927 bool isDone() const { return IsFound; }
6934 return Search.IsFound;