Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp48 BlockInstrLimit("early-ifcvt-limit", cl::init(30), cl::Hidden, variable
216 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()
218 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()
311 if (++InstrCount > BlockInstrLimit && !Stress) { in canPredicateInstrs()
313 << BlockInstrLimit << " instructions.\n"); in canPredicateInstrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp45 static cl::opt<unsigned> BlockInstrLimit( variable
397 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()
399 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()