Searched defs:FindClosure (Results 1 – 7 of 7) 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()
712 struct FindClosure { in SCEVExprContains() struct713 bool Found = false; in SCEVExprContains()714 PredTy Pred; in SCEVExprContains()716 FindClosure(PredTy Pred) : Pred(Pred) {} in SCEVExprContains() argument718 bool follow(const SCEV *S) { in SCEVExprContains()726 bool isDone() const { return Found; } in SCEVExprContains()
720 struct FindClosure { in SCEVExprContains() struct721 bool Found = false; in SCEVExprContains()722 PredTy Pred; in SCEVExprContains()724 FindClosure(PredTy Pred) : Pred(Pred) {} in SCEVExprContains() argument726 bool follow(const SCEV *S) { in SCEVExprContains()734 bool isDone() const { return Found; } in SCEVExprContains()
720 struct FindClosure { in SCEVExprContains() struct721 bool Found = false; in SCEVExprContains()722 PredTy Pred; in SCEVExprContains()724 FindClosure(PredTy Pred) : Pred(Pred) {} in SCEVExprContains() function726 bool follow(const SCEV *S) { in SCEVExprContains()734 bool isDone() const { return Found; } in SCEVExprContains()
6077 struct FindClosure { in SCEVMinMaxExprContains() struct6078 const SCEV *OperandToFind; in SCEVMinMaxExprContains()6079 const SCEVTypes RootKind; // Must be a sequential min/max expression. in SCEVMinMaxExprContains()6080 const SCEVTypes NonSequentialRootKind; // Non-seq variant of RootKind. in SCEVMinMaxExprContains()6082 bool Found = false; in SCEVMinMaxExprContains()6084 bool canRecurseInto(SCEVTypes Kind) const { in SCEVMinMaxExprContains()6091 FindClosure(const SCEV *OperandToFind, SCEVTypes RootKind) in SCEVMinMaxExprContains() argument6097 bool follow(const SCEV *S) { in SCEVMinMaxExprContains()6103 bool isDone() const { return Found; } in SCEVMinMaxExprContains()