Searched defs:SimpleCaptureTracker (Results 1 – 3 of 3) sorted by relevance
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;
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;
53 struct SimpleCaptureTracker : public CaptureTracker { struct54 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() function57 void tooManyUses() override { Captured = true; } in tooManyUses()59 bool captured(const Use *U) override { in captured()67 bool ReturnCaptures;69 bool Captured;