LLVM 19.0.0git
Variables
MachineSizeOpts.cpp File Reference
#include "llvm/CodeGen/MachineSizeOpts.h"
#include "llvm/CodeGen/MBFIWrapper.h"
#include "llvm/Analysis/ProfileSummaryInfo.h"
#include "llvm/CodeGen/MachineBlockFrequencyInfo.h"

Go to the source code of this file.

Variables

cl::opt< boolEnablePGSO
 
cl::opt< boolPGSOLargeWorkingSetSizeOnly
 
cl::opt< boolForcePGSO
 
cl::opt< int > PgsoCutoffInstrProf
 
cl::opt< int > PgsoCutoffSampleProf
 

Variable Documentation

◆ EnablePGSO

cl::opt<bool> EnablePGSO
extern

◆ ForcePGSO

cl::opt<bool> ForcePGSO
extern

◆ PgsoCutoffInstrProf

cl::opt<int> PgsoCutoffInstrProf
extern

◆ PgsoCutoffSampleProf

cl::opt<int> PgsoCutoffSampleProf
extern

◆ PGSOLargeWorkingSetSizeOnly

cl::opt<bool> PGSOLargeWorkingSetSizeOnly
extern