Home
last modified time | relevance | path

Searched defs:FindClosure (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h712 struct FindClosure { in SCEVExprContains() struct
713 bool Found = false; in SCEVExprContains()
714 PredTy Pred; in SCEVExprContains()
716 FindClosure(PredTy Pred) : Pred(Pred) {} in SCEVExprContains() function
718 bool follow(const SCEV *S) { in SCEVExprContains()
726 bool isDone() const { return Found; } in SCEVExprContains()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp6077 struct FindClosure { in SCEVMinMaxExprContains() struct
6078 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() argument
6097 bool follow(const SCEV *S) { in SCEVMinMaxExprContains()
6103 bool isDone() const { return Found; } in SCEVMinMaxExprContains()