Go to the source code of this file.
|
| cl::opt< int > | InitialSyntheticCount ("initial-synthetic-count", cl::Hidden, cl::init(10), cl::ZeroOrMore, cl::desc("Initial value of synthetic entry count.")) |
| | Initial synthetic count assigned to functions. More...
|
| |
| static cl::opt< int > | InlineSyntheticCount ("inline-synthetic-count", cl::Hidden, cl::init(15), cl::ZeroOrMore, cl::desc("Initial synthetic entry count for inline functions.")) |
| | Initial synthetic count assigned to inline functions. More...
|
| |
| static cl::opt< int > | ColdSyntheticCount ("cold-synthetic-count", cl::Hidden, cl::init(5), cl::ZeroOrMore, cl::desc("Initial synthetic entry count for cold functions.")) |
| | Initial synthetic count assigned to cold functions. More...
|
| |
◆ DEBUG_TYPE
◆ ProfileCount
◆ Scaled64
◆ initializeCounts()
◆ ColdSyntheticCount
| cl::opt<int> ColdSyntheticCount("cold-synthetic-count", cl::Hidden, cl::init(5), cl::ZeroOrMore, cl::desc("Initial synthetic entry count for cold functions.")) |
|
static |
◆ InitialSyntheticCount
| cl::opt<int> InitialSyntheticCount("initial-synthetic-count", cl::Hidden, cl::init(10), cl::ZeroOrMore, cl::desc("Initial value of synthetic entry count.")) |
◆ InlineSyntheticCount
| cl::opt<int> InlineSyntheticCount("inline-synthetic-count", cl::Hidden, cl::init(15), cl::ZeroOrMore, cl::desc("Initial synthetic entry count for inline functions.")) |
|
static |