Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp53 struct SimpleCaptureTracker : public CaptureTracker { struct
54 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() argument
57 void tooManyUses() override { Captured = true; } in tooManyUses()
59 bool captured(const Use *U) override { in captured()
67 bool ReturnCaptures;
69 bool Captured;