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( variable195 if (DisableSchedCycles || !NeedLatency) in ScheduleDAGRRList()247 return DisableSchedCycles || !AvailableQueue->hasReadyFilter() || in isReady()363 DisableSchedCycles ? 0 : std::numeric_limits<unsigned>::max(); in Schedule()602 if (DisableSchedCycles) { in ReleasePending()654 if (DisableSchedCycles) in AdvancePastStalls()916 if (!DisableSchedCycles && AvailableQueue->hasReadyFilter()) { in UnscheduleNodeBottomUp()2625 if (!DisableSchedCycles && in BURRSort()