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.cpp60 struct SimpleCaptureTracker : public CaptureTracker { struct
61 explicit SimpleCaptureTracker(bool ReturnCaptures, CaptureComponents Mask, in SimpleCaptureTracker() argument
65 void tooManyUses() override { in tooManyUses()
70 Action captured(const Use *U, UseCaptureInfo CI) override { in captured()
82 bool ReturnCaptures;
83 CaptureComponents Mask;
84 function_ref<bool(CaptureComponents)> StopFn;
86 CaptureComponents CC = CaptureComponents::None;