Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp166 bool const DisableSchedCriticalPath = false; in pickBest() local
168 if (!DisableSchedCriticalPath) { in pickBest()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp113 static cl::opt<bool> DisableSchedCriticalPath( variable
2792 if (!DisableSchedCriticalPath) { in operator ()()