Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DGCNILPSched.cpp166 bool const DisableSchedCriticalPath = false; in pickBest() local
168 if (!DisableSchedCriticalPath) { in pickBest()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp113 static cl::opt<bool> DisableSchedCriticalPath( variable
2803 if (!DisableSchedCriticalPath) { in operator ()()