Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Limit

53 // Limit for the number of instructions to scan in a block.
56 "memdep-block-scan-limit", cl::Hidden, cl::init(100),
60 // Limit on the number of memdep results to process.
209 unsigned Limit = BlockScanLimit;
213 // Limit the amount of scanning we do so we don't end up with quadratic
215 --Limit;
216 if (!Limit)
454 unsigned Limit = BlockScanLimit;
511 // Limit the amount of scanning we do so we don't end up with quadratic
513 --Limit;
514 if (!Limit)