Searched defs:SimpleCaptureTracker (Results 1 – 2 of 2) sorted by relevance
39 struct SimpleCaptureTracker : public CaptureTracker { struct40 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() argument43 void tooManyUses() override { Captured = true; } in tooManyUses()45 bool captured(const Use *U) override { in captured()53 bool ReturnCaptures;55 bool Captured;
38 struct SimpleCaptureTracker : public CaptureTracker { struct39 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() function42 void tooManyUses() override { Captured = true; } in tooManyUses()44 bool captured(const Use *U) override { in captured()52 bool ReturnCaptures;54 bool Captured;