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

References

lib/Analysis/InlineCost.cpp
  299         PSI(PSI), F(Callee), DL(F.getParent()->getDataLayout()), ORE(ORE),
  974       F.hasLocalLinkage() && F.hasOneUse() && &F == Call.getCalledFunction();
  974       F.hasLocalLinkage() && F.hasOneUse() && &F == Call.getCalledFunction();
  974       F.hasLocalLinkage() && F.hasOneUse() && &F == Call.getCalledFunction();
 1233       !F.hasFnAttribute(Attribute::ReturnsTwice)) {
 1612                  << NV("Callee", &F) << " has uninlinable pattern ("
 1629                  << NV("Callee", &F) << " is " << NV("InlineResult", IR.message)
 1745   updateThreshold(Call, F);
 1765   if (F.getCallingConv() == CallingConv::Cold)
 1772   if (F.empty())
 1788   for (Function::arg_iterator FAI = F.arg_begin(), FAE = F.arg_end();
 1788   for (Function::arg_iterator FAI = F.arg_begin(), FAE = F.arg_end();
 1813   CodeMetrics::collectEphemeralValues(&F, &GetAssumptionCache(F), EphValues);
 1813   CodeMetrics::collectEphemeralValues(&F, &GetAssumptionCache(F), EphValues);
 1826   BBWorklist.insert(&F.getEntryBlock());
 1904       F.hasLocalLinkage() && F.hasOneUse() && &F == Call.getCalledFunction();
 1904       F.hasLocalLinkage() && F.hasOneUse() && &F == Call.getCalledFunction();
 1904       F.hasLocalLinkage() && F.hasOneUse() && &F == Call.getCalledFunction();
 1917     DominatorTree DT(F);