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