LLVM 20.0.0git
|
#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< bool > | ThinLTOSynthesizeEntryCounts ("thinlto-synthesize-entry-counts", cl::init(false), cl::Hidden, cl::desc("Synthesize entry counts based on the summary")) |
cl::opt< int > | llvm::InitialSyntheticCount |
|
static |
Definition at line 30 of file SummaryBasedOptimizations.cpp.
References llvm::CallingConv::C, F, and llvm::InitialSyntheticCount.
Referenced by llvm::computeSyntheticCounts(), and llvm::SyntheticCountsPropagation::run().
|
static |
Referenced by llvm::computeSyntheticCounts().