Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp67 static cl::opt<bool> DisableSchedCycles( variable
170 if (DisableSchedCycles || !NeedLatency) in ScheduleDAGRRList()
214 return DisableSchedCycles || !AvailableQueue->hasReadyFilter() || in isReady()
327 MinAvailableCycle = DisableSchedCycles ? 0 : UINT_MAX; in Schedule()
571 if (DisableSchedCycles) { in ReleasePending()
623 if (DisableSchedCycles) in AdvancePastStalls()
879 if (!DisableSchedCycles && AvailableQueue->hasReadyFilter()) { in UnscheduleNodeBottomUp()
2488 if (!DisableSchedCycles && in BURRSort()