Searched defs:FindClosure (Results 1 – 1 of 1) sorted by relevance
623 struct FindClosure { in SCEVExprContains() struct624 bool Found = false; in SCEVExprContains()625 PredTy Pred; in SCEVExprContains()627 FindClosure(PredTy Pred) : Pred(Pred) {} in SCEVExprContains() function629 bool follow(const SCEV *S) { in SCEVExprContains()637 bool isDone() const { return Found; } in SCEVExprContains()