Searched refs:BlockInstrLimit (Results 1 – 4 of 4) sorted by relevance
46 static cl::opt<unsigned> BlockInstrLimit( variable394 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()396 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()
47 BlockInstrLimit("early-ifcvt-limit", cl::init(30), cl::Hidden, variable201 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()203 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()
47 static cl::opt<unsigned> BlockInstrLimit( variable400 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()402 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()