Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp168 int MaxReorderWindow = 6; in pickBest() local
171 if (std::abs(spread) > MaxReorderWindow) { in pickBest()
182 if (std::abs(spread) > MaxReorderWindow) in pickBest()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp124 static cl::opt<int> MaxReorderWindow( variable
2761 if (std::abs(spread) > MaxReorderWindow) { in operator ()()
2771 if (std::abs(spread) > MaxReorderWindow) in operator ()()