Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCaptureTracking.cpp39 struct SimpleCaptureTracker : public CaptureTracker { struct
40 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() argument
43 void tooManyUses() override { Captured = true; } in tooManyUses()
45 bool captured(const Use *U) override { in captured()
53 bool ReturnCaptures;
55 bool Captured;
/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;