Searched refs:BlockInstrLimit (Results 1 – 2 of 2) 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()