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

References

lib/Analysis/InlineCost.cpp
  862   if (!allowSizeGrowth(Call)) {
  867   Function *Caller = Call.getCaller();
  929     auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI);
  937     } else if (isColdCallSite(Call, CallerBFI)) {
  974       F.hasLocalLinkage() && F.hasOneUse() && &F == Call.getCalledFunction();