LLVM 22.0.0git
AliasSetTracker.cpp File Reference

Go to the source code of this file.

Variables

static cl::opt< unsignedSaturationThreshold ("alias-set-saturation-threshold", cl::Hidden, cl::init(250), cl::desc("The maximum total number of memory locations alias " "sets may contain before degradation"))

Variable Documentation

◆ 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