Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp75 struct SimpleCaptureTracker : public CaptureTracker { struct
76 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() argument
79 void tooManyUses() override { in tooManyUses()
84 bool captured(const Use *U) override { in captured()
94 bool ReturnCaptures;
96 bool Captured = false;