Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp36 struct SimpleCaptureTracker : public CaptureTracker { struct
37 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() argument
40 void tooManyUses() override { Captured = true; } in tooManyUses()
42 bool captured(const Use *U) override { in captured()
50 bool ReturnCaptures;
52 bool Captured;