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

References

lib/Transforms/IPO/PartialInlining.cpp
  408   if (!PSI->hasInstrumentationProfile())
  481     if (PSI->isColdBlock(thisBB, BFI) ||
  780                                 CalleeTTI, *GetAssumptionCache, GetBFI, PSI,
 1268   if (PSI->isFunctionEntryCold(F))
 1278   if (PSI->hasProfileSummary() && F->hasProfileData() &&
 1287         dbgs() << "HotCountThreshold = " << PSI->getHotCountThreshold() << "\n";
 1288         dbgs() << "ColdCountThreshold = " << PSI->getColdCountThreshold()
 1408     InlineFunctionInfo IFI(nullptr, GetAssumptionCache, PSI);