Home
last modified time | relevance | path

Searched refs:BlockInstrLimit (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp46 BlockInstrLimit("early-ifcvt-limit", cl::init(30), cl::Hidden, variable
200 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()
202 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()