Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
namespace | llvm::sampleprof |
◆ printTypeCountMap()
◆ GenerateMergedBaseProfiles
cl::opt< bool > GenerateMergedBaseProfiles("generate-merged-base-profiles", cl::desc("When generating nested context-sensitive profiles, always " "generate extra base profile for function with all its context " "profiles merged into it.")) |
( |
"generate-merged-base-profiles" | , |
|
|
cl::desc("When generating nested context-sensitive profiles, always " "generate extra base profile for function with all its context " "profiles merged into it.") | ) |
|
static |
◆ ProfileSymbolListCutOff
cl::opt< uint64_t > ProfileSymbolListCutOff("profile-symbol-list-cutoff", cl::Hidden, cl::init(-1), cl::desc("Cutoff value about how many symbols in profile symbol list " "will be used. This is very useful for performance debugging")) |
( |
"profile-symbol-list-cutoff" | , |
|
|
cl::Hidden | , |
|
|
cl::init(-1) | , |
|
|
cl::desc("Cutoff value about how many symbols in profile symbol list " "will be used. This is very useful for performance debugging") | ) |
|
static |