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

References

lib/Transforms/IPO/PartialInlining.cpp
 1258   if (F->hasAddressTaken())
 1262   if (F->hasFnAttribute(Attribute::AlwaysInline))
 1265   if (F->hasFnAttribute(Attribute::NoInline))
 1268   if (PSI->isFunctionEntryCold(F))
 1271   if (F->users().empty())
 1274   OptimizationRemarkEmitter ORE(F);
 1278   if (PSI->hasProfileSummary() && F->hasProfileData() &&
 1281         computeOutliningColdRegionsInfo(F, ORE);
 1283       FunctionCloner Cloner(F, OMRI.get(), ORE, LookupAssumptionCache);
 1312   std::unique_ptr<FunctionOutliningInfo> OI = computeOutliningInfo(F);
 1316   FunctionCloner Cloner(F, OI.get(), ORE, LookupAssumptionCache);