Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp48 BlockInstrLimit("early-ifcvt-limit", cl::init(30), cl::Hidden, variable
217 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()
219 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()
312 if (++InstrCount > BlockInstrLimit && !Stress) { in canPredicateInstrs()
314 << BlockInstrLimit << " instructions.\n"); in canPredicateInstrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp47 static cl::opt<unsigned> BlockInstrLimit( variable
399 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()
401 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()