Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp46 static cl::opt<unsigned> BlockInstrLimit( variable
394 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()
396 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp47 BlockInstrLimit("early-ifcvt-limit", cl::init(30), cl::Hidden, variable
201 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()
203 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp47 static cl::opt<unsigned> BlockInstrLimit( variable
400 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()
402 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp47 BlockInstrLimit("early-ifcvt-limit", cl::init(30), cl::Hidden, variable
201 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()
203 << BlockInstrLimit << " instructions.\n"); in canSpeculateInstrs()