Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Limit

50 // 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)
345 unsigned Limit = BlockScanLimit;
349 // Limit the amount of scanning we do so we don't end up with quadratic
351 --Limit;
352 if (!Limit)