Searched defs:FindClosure (Results 1 – 2 of 2) 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() argument629 bool follow(const SCEV *S) { in SCEVExprContains()637 bool isDone() const { return Found; } in SCEVExprContains()
680 struct FindClosure { in SCEVExprContains() struct681 bool Found = false; in SCEVExprContains()682 PredTy Pred; in SCEVExprContains()684 FindClosure(PredTy Pred) : Pred(Pred) {} in SCEVExprContains() function686 bool follow(const SCEV *S) { in SCEVExprContains()694 bool isDone() const { return Found; } in SCEVExprContains()