Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp34 struct SimpleCaptureTracker : public CaptureTracker { struct
35 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() function
38 void tooManyUses() override { Captured = true; } in tooManyUses()
40 bool captured(const Use *U) override { in captured()
48 bool ReturnCaptures;
50 bool Captured;