Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp167 int MaxReorderWindow = 6; in pickBest() local
170 if (std::abs(spread) > MaxReorderWindow) { in pickBest()
181 if (std::abs(spread) > MaxReorderWindow) in pickBest()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp123 static cl::opt<int> MaxReorderWindow( variable
2781 if (std::abs(spread) > MaxReorderWindow) { in operator ()()
2791 if (std::abs(spread) > MaxReorderWindow) in operator ()()