Home
last modified time | relevance | path

Searched defs:SimpleCaptureTracker (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DCaptureTracking.cpp27 struct SimpleCaptureTracker : public CaptureTracker { struct
28 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() argument
31 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;