Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp220 bool const DisableSchedCycles = false; in pickBest() local
221 if (!DisableSchedCycles) { in pickBest()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp92 static cl::opt<bool> DisableSchedCycles( variable
196 if (DisableSchedCycles || !NeedLatency) in ScheduleDAGRRList()
248 return DisableSchedCycles || !AvailableQueue->hasReadyFilter() || in isReady()
361 DisableSchedCycles ? 0 : std::numeric_limits<unsigned>::max(); in Schedule()
600 if (DisableSchedCycles) { in ReleasePending()
652 if (DisableSchedCycles) in AdvancePastStalls()
914 if (!DisableSchedCycles && AvailableQueue->hasReadyFilter()) { in UnscheduleNodeBottomUp()
2622 if (!DisableSchedCycles && in BURRSort()