Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp123 static cl::opt<int> MaxReorderWindow( variable
2797 if (std::abs(spread) > MaxReorderWindow) { in operator ()()
2807 if (std::abs(spread) > MaxReorderWindow) in operator ()()