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