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

References

include/llvm/Transforms/Utils/SizeOpts.h
   58   if (!PSI || !BFI || !PSI->hasProfileSummary())
   58   if (!PSI || !BFI || !PSI->hasProfileSummary())
   64   if (PGSOLargeWorkingSetSizeOnly && !PSI->hasLargeWorkingSetSize()) {
   66     return AdapterT::isColdBlock(BB, PSI, BFI);
   69       PSI->hasSampleProfile() ? PgsoCutoffSampleProf : PgsoCutoffInstrProf,
   70       BB, PSI, BFI);