Searched refs:DisableSchedCycles (Results 1 – 2 of 2) sorted by relevance
220 bool const DisableSchedCycles = false; in pickBest() local221 if (!DisableSchedCycles) { in pickBest()
92 static cl::opt<bool> DisableSchedCycles( variable196 if (DisableSchedCycles || !NeedLatency) in ScheduleDAGRRList()248 return DisableSchedCycles || !AvailableQueue->hasReadyFilter() || in isReady()364 DisableSchedCycles ? 0 : std::numeric_limits<unsigned>::max(); in Schedule()603 if (DisableSchedCycles) { in ReleasePending()655 if (DisableSchedCycles) in AdvancePastStalls()917 if (!DisableSchedCycles && AvailableQueue->hasReadyFilter()) { in UnscheduleNodeBottomUp()2633 if (!DisableSchedCycles && in BURRSort()