Searched defs:SimpleCaptureTracker (Results 1 – 1 of 1) sorted by relevance
34 struct SimpleCaptureTracker : public CaptureTracker { struct35 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() function38 void tooManyUses() override { Captured = true; } in tooManyUses()40 bool captured(const Use *U) override { in captured()48 bool ReturnCaptures;50 bool Captured;