Searched defs:FindClosure (Results 1 – 1 of 1) sorted by relevance
551 struct FindClosure { in SCEVExprContains() struct552 bool Found = false; in SCEVExprContains()553 PredTy Pred; in SCEVExprContains()555 FindClosure(PredTy Pred) : Pred(Pred) {} in SCEVExprContains() function557 bool follow(const SCEV *S) { in SCEVExprContains()565 bool isDone() const { return Found; } in SCEVExprContains()