Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNILPSched.cpp179 bool const DisableSchedHeight = false; in pickBest() local
180 if (!DisableSchedHeight && left->getHeight() != right->getHeight()) { in pickBest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp116 static cl::opt<bool> DisableSchedHeight( variable
2786 if (!DisableSchedHeight && left->getHeight() != right->getHeight()) { in operator ()()