Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h623 struct FindClosure { in SCEVExprContains() struct
624 bool Found = false; in SCEVExprContains()
625 PredTy Pred; in SCEVExprContains()
627 FindClosure(PredTy Pred) : Pred(Pred) {} in SCEVExprContains() argument
629 bool follow(const SCEV *S) { in SCEVExprContains()
637 bool isDone() const { return Found; } in SCEVExprContains()
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h680 struct FindClosure { in SCEVExprContains() struct
681 bool Found = false; in SCEVExprContains()
682 PredTy Pred; in SCEVExprContains()
684 FindClosure(PredTy Pred) : Pred(Pred) {} in SCEVExprContains() function
686 bool follow(const SCEV *S) { in SCEVExprContains()
694 bool isDone() const { return Found; } in SCEVExprContains()