Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
312 if (++InstrCount > BlockInstrLimit && !Stress) { in canPredicateInstrs()
314 << BlockInstrLimit << " instructions.\n"); in canPredicateInstrs()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp46 static cl::opt<unsigned> BlockInstrLimit( variable
398 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()
400 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()