Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp98 static cl::opt<int> MaxReorderWindow( variable
2634 if (std::abs(spread) > MaxReorderWindow) { in operator ()()
2644 if (std::abs(spread) > MaxReorderWindow) in operator ()()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp97 static cl::opt<int> MaxReorderWindow( variable
2564 if (std::abs(spread) > MaxReorderWindow) { in operator ()()
2575 if (std::abs(spread) > MaxReorderWindow) { in operator ()()