Searched defs:SimpleCaptureTracker (Results 1 – 1 of 1) sorted by relevance
27 struct SimpleCaptureTracker : public CaptureTracker { struct28 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() argument31 void tooManyUses() { Captured = true; } in tooManyUses()33 bool shouldExplore(Use *U) { return true; } in shouldExplore()35 bool captured(Use *U) { in captured()43 bool ReturnCaptures;45 bool Captured;