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

/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DValue.cpp113 unsigned MaxBlockSize = 3; local
117 if (MaxBlockSize-- == 0) // If the block is larger fall back to use_iterator
121 if (MaxBlockSize != 0) // We scanned the entire block and found no use.

Completed in 104 milliseconds