reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/Utils/SizeOpts.h
   25 extern cl::opt<int> PgsoCutoffInstrProf;

References

include/llvm/Transforms/Utils/SizeOpts.h
   50       PSI->hasSampleProfile() ? PgsoCutoffSampleProf : PgsoCutoffInstrProf,
   69       PSI->hasSampleProfile() ? PgsoCutoffSampleProf : PgsoCutoffInstrProf,