Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp149 struct AllocaCaptureTracker : public CaptureTracker { struct
150 AllocaCaptureTracker() : Captured(false) {} in AllocaCaptureTracker() argument
152 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;