Home
last modified time | relevance | path

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

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