Searched refs:tooManyUses (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DCaptureTracking.h39 /// tooManyUses - The depth of traversal has breached a limit. There may be
41 virtual void tooManyUses() = 0;
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DCaptureTracking.cpp38 void tooManyUses() { Captured = true; } function in struct:__anon2194::SimpleCaptureTracker
93 return Tracker->tooManyUses();
155 return Tracker->tooManyUses();
H A DAliasAnalysis.cpp373 void tooManyUses() { Captured = true; } function in struct:__anon2183::CapturesBefore
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp152 void tooManyUses() LLVM_OVERRIDE { Captured = true; }
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp345 void tooManyUses() { Captured = true; } function in struct:__anon2712::ArgumentUsesTracker

Completed in 63 milliseconds