Searched defs:CollectingCaptureTracker (Results 1 – 1 of 1) sorted by relevance
77 struct CollectingCaptureTracker : public CaptureTracker { struct78 SmallVector<const Use *, 4> Captures;79 void tooManyUses() override { } in tooManyUses()80 bool captured(const Use *U) override { in captured()