Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetSchedule.cpp24 static cl::opt<bool> EnableSchedModel("schedmodel", cl::Hidden, cl::init(true), variable
31 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrSchedModel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetSchedule.cpp34 static cl::opt<bool> EnableSchedModel("schedmodel", cl::Hidden, cl::init(true), variable
41 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrSchedModel()