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.cpp51 BlockInstrLimit("early-ifcvt-limit", cl::init(30), cl::Hidden, variable
223 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()
225 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()
318 if (++InstrCount > BlockInstrLimit && !Stress) { in canPredicateInstrs()
320 << 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()