Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCaptureTracking.cpp77 struct SimpleCaptureTracker : public CaptureTracker { struct
78 explicit SimpleCaptureTracker( in SimpleCaptureTracker() function
83 void tooManyUses() override { Captured = true; } in tooManyUses()
85 bool captured(const Use *U) override { in captured()
96 const SmallPtrSetImpl<const Value *> &EphValues;
98 bool ReturnCaptures;
100 bool Captured = false;