Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dspecial_func_infer.cc316 static py::object FindClosure(const py::object &o, const std::vector<std::string> &names, TracePtr … in FindClosure() function