Searched refs:BlockInstrLimit (Results 1 – 2 of 2) sorted by relevance
48 BlockInstrLimit("early-ifcvt-limit", cl::init(30), cl::Hidden, variable217 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()219 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()312 if (++InstrCount > BlockInstrLimit && !Stress) { in canPredicateInstrs()314 << BlockInstrLimit << " instructions.\n"); in canPredicateInstrs()
47 static cl::opt<unsigned> BlockInstrLimit( variable399 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()401 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()