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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp221 bool const DisableSchedCycles = false; local
222 if (!DisableSchedCycles) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp92 static cl::opt<bool> DisableSchedCycles(
196 if (DisableSchedCycles || !NeedLatency)
248 return DisableSchedCycles || !AvailableQueue->hasReadyFilter() ||
361 DisableSchedCycles ? 0 : std::numeric_limits<unsigned>::max();
600 if (DisableSchedCycles) {
652 if (DisableSchedCycles)
914 if (!DisableSchedCycles && AvailableQueue->hasReadyFilter()) {
2606 if (!DisableSchedCycles &&

Completed in 117 milliseconds