HomeSort by: relevance | last modified time | path
    Searched refs:DisableSchedCycles (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNILPSched.cpp 220 bool const DisableSchedCycles = false;
221 if (!DisableSchedCycles) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 92 static cl::opt<bool> DisableSchedCycles(
196 if (DisableSchedCycles || !NeedLatency)
248 return DisableSchedCycles || !AvailableQueue->hasReadyFilter() ||
361 DisableSchedCycles ? 0 : std::numeric_limits<unsigned>::max();
600 if (DisableSchedCycles) {
652 if (DisableSchedCycles)
914 if (!DisableSchedCycles && AvailableQueue->hasReadyFilter()) {
2609 if (!DisableSchedCycles &&

Completed in 39 milliseconds