Go to the source code of this file.
|
static cl::opt< unsigned > | SaturationThreshold ("alias-set-saturation-threshold", cl::Hidden, cl::init(250), cl::desc("The maximum total number of memory locations alias " "sets may contain before degradation")) |
|
◆ SaturationThreshold
cl::opt< unsigned > SaturationThreshold("alias-set-saturation-threshold", cl::Hidden, cl::init(250), cl::desc("The maximum total number of memory locations alias " "sets may contain before degradation")) |
( |
"alias-set-saturation-threshold" |
, |
|
|
cl::Hidden |
, |
|
|
cl::init(250) |
, |
|
|
cl::desc("The maximum total number of memory locations alias " "sets may contain before degradation") |
|
|
) |
| |
|
static |