Home
last modified time | relevance | path

Searched refs:EnableCyclicPath (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp123 static cl::opt<bool> EnableCyclicPath("misched-cyclicpath", cl::Hidden, variable
2856 if (EnableCyclicPath && SchedModel->getMicroOpBufferSize() > 0) { in registerRoots()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp76 static cl::opt<bool> EnableCyclicPath("misched-cyclicpath", cl::Hidden, variable
2671 if (EnableCyclicPath) { in registerRoots()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineScheduler.cpp134 static cl::opt<bool> EnableCyclicPath("misched-cyclicpath", cl::Hidden, variable
3070 if (EnableCyclicPath && SchedModel->getMicroOpBufferSize() > 0) { in registerRoots()