Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp49 BlockInstrLimit("early-ifcvt-limit", cl::init(30), cl::Hidden, variable
218 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp47 static cl::opt<unsigned> BlockInstrLimit( variable
399 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()
401 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()