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

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp293 uintptr_t SizeEstimate; member in class:__anon2364::JITEmitter
364 : SizeEstimate(0), Resolver(jit, *this), MMI(0), CurFn(0),
773 if (SizeEstimate > 0) {
774 // SizeEstimate will be non-zero on reallocation attempts.
775 ActualSize = SizeEstimate;
899 // SizeEstimate back down to zero.
900 SizeEstimate = 0;
969 SizeEstimate = (uintptr_t)(2 * (BufferEnd - BufferBegin));

Completed in 60 milliseconds