LLVM 22.0.0git
MachineSizeOpts.cpp File Reference

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