Searched defs:SimpleCaptureTracker (Results 1 – 1 of 1) sorted by relevance
76 struct SimpleCaptureTracker : public CaptureTracker { struct77 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() function80 void tooManyUses() override { Captured = true; } in tooManyUses()82 bool captured(const Use *U) override { in captured()90 bool ReturnCaptures;92 bool Captured;