Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp38 struct SimpleCaptureTracker : public CaptureTracker { struct
39 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() function
42 void tooManyUses() override { Captured = true; } in tooManyUses()
44 bool captured(const Use *U) override { in captured()
52 bool ReturnCaptures;
54 bool Captured;
/external/llvm-project/llvm/lib/Analysis/
DCaptureTracking.cpp76 struct SimpleCaptureTracker : public CaptureTracker { struct
77 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() function
80 void tooManyUses() override { Captured = true; } in tooManyUses()
82 bool captured(const Use *U) override { in captured()
90 bool ReturnCaptures;
92 bool Captured;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp53 struct SimpleCaptureTracker : public CaptureTracker { struct
54 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() function
57 void tooManyUses() override { Captured = true; } in tooManyUses()
59 bool captured(const Use *U) override { in captured()
67 bool ReturnCaptures;
69 bool Captured;