Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterClassInfo.cpp38 StressRA("stress-regalloc", cl::Hidden, cl::init(0), cl::value_desc("N"), variable
143 if (StressRA && RCI.NumRegs > StressRA) in compute()
144 RCI.NumRegs = StressRA; in compute()