Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp76 struct SimpleCaptureTracker : public CaptureTracker { struct
77 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() argument
80 void tooManyUses() override { Captured = true; } in tooManyUses()
82 bool captured(const Use *U) override { in captured()
90 bool ReturnCaptures;
92 bool Captured;