LLVM 19.0.0git
Macros | Variables
SampleProfileMatcher.cpp File Reference
#include "llvm/Transforms/IPO/SampleProfileMatcher.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/MDBuilder.h"
#include "llvm/Support/CommandLine.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "sample-profile-matcher"
 

Variables

cl::opt< boolSalvageStaleProfile
 
cl::opt< boolPersistProfileStaleness
 
cl::opt< boolReportProfileStaleness
 
static cl::opt< unsignedSalvageStaleProfileMaxCallsites ("salvage-stale-profile-max-callsites", cl::Hidden, cl::init(UINT_MAX), cl::desc("The maximum number of callsites in a function, above which stale " "profile matching will be skipped."))
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "sample-profile-matcher"

Definition at line 22 of file SampleProfileMatcher.cpp.

Variable Documentation

◆ PersistProfileStaleness

cl::opt<bool> PersistProfileStaleness
extern

◆ ReportProfileStaleness

cl::opt<bool> ReportProfileStaleness
extern

◆ SalvageStaleProfile

cl::opt<bool> SalvageStaleProfile
extern

◆ SalvageStaleProfileMaxCallsites

cl::opt< unsigned > SalvageStaleProfileMaxCallsites("salvage-stale-profile-max-callsites", cl::Hidden, cl::init(UINT_MAX), cl::desc("The maximum number of callsites in a function, above which stale " "profile matching will be skipped.")) ( "salvage-stale-profile-max-callsites"  ,
cl::Hidden  ,
cl::init(UINT_MAX)  ,
cl::desc("The maximum number of callsites in a function, above which stale " "profile matching will be skipped.")   
)
static