Searched defs:ArgumentUsesTracker (Results 1 – 1 of 1) sorted by relevance
345 struct ArgumentUsesTracker : public CaptureTracker { struct346 ArgumentUsesTracker(const SmallPtrSet<Function*, 8> &SCCNodes) in ArgumentUsesTracker() function349 void tooManyUses() override { Captured = true; } in tooManyUses()351 bool captured(const Use *U) override { in captured()378 bool Captured; // True only if certainly captured (used outside our SCC).379 SmallVector<Argument*, 4> Uses; // Uses within our SCC.381 const SmallPtrSet<Function*, 8> &SCCNodes;