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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp179 bool const DisableSchedHeight = false; local
180 if (!DisableSchedHeight && left->getHeight() != right->getHeight()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp116 static cl::opt<bool> DisableSchedHeight(
2786 if (!DisableSchedHeight && left->getHeight() != right->getHeight()) {

Completed in 108 milliseconds