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

Declarations

include/llvm/Analysis/ModuleSummaryAnalysis.h
   35 ModuleSummaryIndex buildModuleSummaryIndex(

References

lib/Analysis/ModuleSummaryAnalysis.cpp
  832   return buildModuleSummaryIndex(
  861   Index.emplace(buildModuleSummaryIndex(
lib/LTO/ThinLTOCodeGenerator.cpp
  449       auto Index = buildModuleSummaryIndex(TheModule, nullptr, &PSI);
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
  208     ModuleSummaryIndex Index = buildModuleSummaryIndex(M, nullptr, &PSI);
  391   ModuleSummaryIndex Index = buildModuleSummaryIndex(M, nullptr, &PSI);
  397       buildModuleSummaryIndex(*MergedM, nullptr, &PSI);
  470           buildModuleSummaryIndex(M, nullptr, &PSI));