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

References

lib/Transforms/IPO/Inliner.cpp
  625       if (!Callee || Callee->isDeclaration())
  625       if (!Callee || Callee->isDeclaration())
  642             InlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory)) {
  695                    << NV("Callee", Callee) << " will not be inlined into "
  702         emit_inlined_into(ORE, DLoc, Block, *Callee, *Caller, *OIC);
  710           InlineHistory.push_back(std::make_pair(Callee, InlineHistoryID));
  719       if (Callee && Callee->use_empty() && Callee->hasLocalLinkage() &&
  719       if (Callee && Callee->use_empty() && Callee->hasLocalLinkage() &&
  719       if (Callee && Callee->use_empty() && Callee->hasLocalLinkage() &&
  721           !SCCFunctions.count(Callee) &&
  725           CG[Callee]->getNumReferences() == 0) {
  727                           << Callee->getName() << "\n");
  728         CallGraphNode *CalleeNode = CG[Callee];