Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Limit

49 // Limit for the number of instructions to scan in a block.
194 unsigned Limit = BlockScanLimit;
198 // Limit the amount of scanning we do so we don't end up with quadratic
200 --Limit;
201 if (!Limit)
356 unsigned Limit = BlockScanLimit;
360 // Limit the amount of scanning we do so we don't end up with quadratic
362 --Limit;
363 if (!Limit)