Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp46 static cl::opt<unsigned> BlockInstrLimit( variable
394 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()
396 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp47 BlockInstrLimit("early-ifcvt-limit", cl::init(30), cl::Hidden, variable
201 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()
203 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()