Lines Matching refs:ModuleSummaryIndex

548   ModuleSummaryIndex *ExportSummary;
549 const ModuleSummaryIndex *ImportSummary;
585 ModuleSummaryIndex *ExportSummary, in DevirtModule()
586 const ModuleSummaryIndex *ImportSummary) in DevirtModule()
615 ModuleSummaryIndex *ExportSummary);
619 bool trySingleImplDevirt(ModuleSummaryIndex *ExportSummary,
694 ModuleSummaryIndex *ExportSummary);
705 ModuleSummaryIndex *ExportSummary);
716 ModuleSummaryIndex &ExportSummary;
730 ModuleSummaryIndex &ExportSummary, in DevirtIndex()
836 ModuleSummaryIndex &Index, bool WholeProgramVisibilityEnabledInLTO, in updateVCallVisibilityInIndex()
856 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs, in runWholeProgramDevirtOnIndex()
862 ModuleSummaryIndex &Summary, in updateIndexWPDForExports()
880 WPDRes->second.SingleImplName = ModuleSummaryIndex::getGlobalNameForLocal( in updateIndexWPDForExports()
889 static Error checkCombinedSummaryForTesting(ModuleSummaryIndex *Summary) { in checkCombinedSummaryForTesting()
896 ModPaths.find(ModuleSummaryIndex::getRegularLTOModuleName()) == in checkCombinedSummaryForTesting()
908 std::unique_ptr<ModuleSummaryIndex> Summary = in runForTesting()
909 std::make_unique<ModuleSummaryIndex>(/*HaveGVs=*/false); in runForTesting()
918 if (Expected<std::unique_ptr<ModuleSummaryIndex>> SummaryOrErr = in runForTesting()
995 ModuleSummaryIndex *ExportSummary) { in tryFindVirtualCallTargets()
1204 ModuleSummaryIndex *ExportSummary, in trySingleImplDevirt()
1302 Res->SingleImplName = ModuleSummaryIndex::getGlobalNameForLocal( in trySingleImplDevirt()
2086 ModuleSummaryIndex *ExportSummary) { in lookUpFunctionValueInfo()
2109 Function *const F, ModuleSummaryIndex *ExportSummary) { in mustBeUnreachableFunction()