Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp69 static cl::opt<bool> DisableSchedCycles( variable
174 if (DisableSchedCycles || !NeedLatency) in ScheduleDAGRRList()
218 return DisableSchedCycles || !AvailableQueue->hasReadyFilter() || in isReady()
330 MinAvailableCycle = DisableSchedCycles ? 0 : UINT_MAX; in Schedule()
448 if (DisableSchedCycles) { in ReleasePending()
504 if (DisableSchedCycles) in AdvancePastStalls()
709 if (!DisableSchedCycles && AvailableQueue->hasReadyFilter()) { in UnscheduleNodeBottomUp()
2264 if (DisableSchedCycles) { in BUCompareLatency()
2382 if (!DisableSchedCycles && in BURRSort()
/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()
2464 if (!DisableSchedCycles && in BURRSort()