Searched refs:BlockInstrLimit (Results 1 – 2 of 2) sorted by relevance
51 BlockInstrLimit("early-ifcvt-limit", cl::init(30), cl::Hidden, variable223 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()225 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()318 if (++InstrCount > BlockInstrLimit && !Stress) { in canPredicateInstrs()320 << BlockInstrLimit << " instructions.\n"); in canPredicateInstrs()
45 static cl::opt<unsigned> BlockInstrLimit( variable397 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()399 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()