Searched defs:AllocaCaptureTracker (Results 1 – 1 of 1) sorted by relevance
149 struct AllocaCaptureTracker : public CaptureTracker { struct150 AllocaCaptureTracker() : Captured(false) {} in AllocaCaptureTracker() argument152 void tooManyUses() LLVM_OVERRIDE { Captured = true; } in tooManyUses()154 bool shouldExplore(Use *U) LLVM_OVERRIDE { in shouldExplore()161 bool captured(Use *U) LLVM_OVERRIDE { in captured()168 bool Captured;169 SmallPtrSet<const Value *, 16> UsesAlloca;