LLVM 19.0.0git
Namespaces | Functions | Variables
SummaryBasedOptimizations.cpp File Reference
#include "llvm/LTO/SummaryBasedOptimizations.h"
#include "llvm/Analysis/SyntheticCountsUtils.h"
#include "llvm/IR/ModuleSummaryIndex.h"
#include "llvm/Support/CommandLine.h"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

static void initializeCounts (ModuleSummaryIndex &Index)
 

Variables

static cl::opt< boolThinLTOSynthesizeEntryCounts ("thinlto-synthesize-entry-counts", cl::init(false), cl::Hidden, cl::desc("Synthesize entry counts based on the summary"))
 
cl::opt< int > llvm::InitialSyntheticCount
 

Function Documentation

◆ initializeCounts()

static void initializeCounts ( ModuleSummaryIndex Index)
static

Variable Documentation

◆ ThinLTOSynthesizeEntryCounts

cl::opt< bool > ThinLTOSynthesizeEntryCounts("thinlto-synthesize-entry-counts", cl::init(false), cl::Hidden, cl::desc("Synthesize entry counts based on the summary")) ( "thinlto-synthesize-entry-counts"  ,
cl::init(false)  ,
cl::Hidden  ,
cl::desc("Synthesize entry counts based on the summary")   
)
static