LLVM
8.0.1
|
#include "llvm/LTO/SummaryBasedOptimizations.h"
#include "llvm/Analysis/SyntheticCountsUtils.h"
#include "llvm/IR/ModuleSummaryIndex.h"
Go to the source code of this file.
Functions | |
static void | initializeCounts (ModuleSummaryIndex &Index) |
Variables | |
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 > | InitialSyntheticCount |
Initial synthetic count assigned to functions. More... | |
|
static |
Definition at line 28 of file SummaryBasedOptimizations.cpp.
References C, llvm::ModuleSummaryIndex::calculateCallGraphRoot(), and F().
Referenced by llvm::computeSyntheticCounts().
cl::opt<int> InitialSyntheticCount |
Initial synthetic count assigned to functions.
Referenced by initializeCounts().