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

Declarations

include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h
   71   void recordInline(const Function &Caller, const Function &Callee);

References

lib/Transforms/IPO/Inliner.cpp
  291     ImportedFunctionsStats.recordInline(*Caller, *Callee);
 1106         ImportedFunctionsStats->recordInline(F, Callee);