Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
|
static cl::opt< int > | InlineSyntheticCount ("inline-synthetic-count", cl::Hidden, cl::init(15), cl::desc("Initial synthetic entry count for inline functions.")) |
| Initial synthetic count assigned to inline functions.
|
|
static cl::opt< int > | ColdSyntheticCount ("cold-synthetic-count", cl::Hidden, cl::init(5), cl::desc("Initial synthetic entry count for cold functions.")) |
| Initial synthetic count assigned to cold functions.
|
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "synthetic-counts-propagation" |
◆ ProfileCount
◆ Scaled64
◆ initializeCounts()
◆ ColdSyntheticCount
cl::opt< int > ColdSyntheticCount("cold-synthetic-count", cl::Hidden, cl::init(5), cl::desc("Initial synthetic entry count for cold functions.")) |
( |
"cold-synthetic-count" |
, |
|
|
cl::Hidden |
, |
|
|
cl::init(5) |
, |
|
|
cl::desc("Initial synthetic entry count for cold functions.") |
|
|
) |
| |
|
static |
◆ InlineSyntheticCount
cl::opt< int > InlineSyntheticCount("inline-synthetic-count", cl::Hidden, cl::init(15), cl::desc("Initial synthetic entry count for inline functions.")) |
( |
"inline-synthetic-count" |
, |
|
|
cl::Hidden |
, |
|
|
cl::init(15) |
, |
|
|
cl::desc("Initial synthetic entry count for inline functions.") |
|
|
) |
| |
|
static |