Lines Matching refs:ModuleSummaryIndex
29 #include "llvm/IR/ModuleSummaryIndex.h"
221 const ModuleSummaryIndex &Index,
292 selectCallee(const ModuleSummaryIndex &Index,
385 const ModuleSummaryIndex &Index;
472 const ModuleSummaryIndex &Index, const GVSummaryMapTy &DefinedGVSummaries,
496 const ModuleSummaryIndex &Index;
502 const ModuleSummaryIndex &Index,
520 const ModuleSummaryIndex &Index,
767 const ModuleSummaryIndex &Index,
795 const ModuleSummaryIndex &Index,
834 const FunctionSummary &Summary, const ModuleSummaryIndex &Index,
1088 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index, ValueInfo VI) {
1095 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index,
1104 numGlobalVarSummaries(const ModuleSummaryIndex &Index,
1121 collectImportStatistics(const ModuleSummaryIndex &Index,
1139 const ModuleSummaryIndex &Index,
1176 const ModuleSummaryIndex &Index,
1273 static void dumpImportListForModule(const ModuleSummaryIndex &Index,
1304 const ModuleSummaryIndex &Index,
1327 StringRef ModulePath, const ModuleSummaryIndex &Index,
1354 void updateValueInfoForIndirectCalls(ModuleSummaryIndex &Index,
1384 void llvm::updateIndirectCalls(ModuleSummaryIndex &Index) {
1394 ModuleSummaryIndex &Index,
1510 ModuleSummaryIndex &Index,
1765 ModuleSummaryIndex::getOriginalNameBeforePromote(GV.getName());
1993 Expected<std::unique_ptr<ModuleSummaryIndex>> IndexPtrOrErr =
2000 std::unique_ptr<ModuleSummaryIndex> Index = std::move(*IndexPtrOrErr);