Lines Matching refs:ModuleSummaryIndex
30 #include "llvm/IR/ModuleSummaryIndex.h"
204 const ModuleSummaryIndex &Index,
274 selectCallee(const ModuleSummaryIndex &Index,
321 const ModuleSummaryIndex &Index;
416 const ModuleSummaryIndex &Index, const GVSummaryMapTy &DefinedGVSummaries,
440 const ModuleSummaryIndex &Index;
446 const ModuleSummaryIndex &Index,
464 const ModuleSummaryIndex &Index,
593 const ModuleSummaryIndex &Index,
680 const ModuleSummaryIndex &Index,
719 const FunctionSummary &Summary, const ModuleSummaryIndex &Index,
984 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index, ValueInfo VI) {
991 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index,
1000 numGlobalVarSummaries(const ModuleSummaryIndex &Index,
1012 numGlobalVarSummaries(const ModuleSummaryIndex &Index,
1029 const ModuleSummaryIndex &Index,
1067 const ModuleSummaryIndex &Index,
1165 static void dumpImportListForModule(const ModuleSummaryIndex &Index,
1196 const ModuleSummaryIndex &Index,
1219 StringRef ModulePath, const ModuleSummaryIndex &Index,
1252 void updateValueInfoForIndirectCalls(ModuleSummaryIndex &Index,
1282 void llvm::updateIndirectCalls(ModuleSummaryIndex &Index) {
1292 ModuleSummaryIndex &Index,
1408 ModuleSummaryIndex &Index,
1649 ModuleSummaryIndex::getOriginalNameBeforePromote(GV.getName());
1904 Expected<std::unique_ptr<ModuleSummaryIndex>> IndexPtrOrErr =
1911 std::unique_ptr<ModuleSummaryIndex> Index = std::move(*IndexPtrOrErr);