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

References

lib/Transforms/IPO/Inliner.cpp
  978     LazyCallGraph::Node &N = *CG.lookup(F);
  981     if (F.hasOptNone()) {
  986     LLVM_DEBUG(dbgs() << "Inlining calls in: " << F.getName() << "\n");
 1000     auto &ORE = FAM.getResult<OptimizationRemarkEmitterAnalysis>(F);
 1025     for (; i < (int)Calls.size() && Calls[i].first.getCaller() == &F; ++i) {
 1046                           << F.getName() << " -> " << Callee.getName() << "\n");
 1084                  << NV("Caller", &F) << ": " << NV("Reason", IR.message);
 1093       emit_inlined_into(ORE, DLoc, Block, Callee, F, *OIC);
 1106         ImportedFunctionsStats->recordInline(F, Callee);
 1109       AttributeFuncs::mergeAttributesForInlining(F, Callee);