Lines Matching defs:CombinedIndex
370 const ModuleSummaryIndex &CombinedIndex) {
413 createImmutableModuleSummaryIndexWrapperPass(&CombinedIndex));
429 const ModuleSummaryIndex &CombinedIndex) {
461 CombinedIndex);
508 ModuleSummaryIndex &CombinedIndex) {
518 /*ExportSummary=*/&CombinedIndex, /*ImportSummary=*/nullptr,
524 codegen(C, TM.get(), AddStream, 0, Mod, CombinedIndex);
527 CombinedIndex);
554 Module &Mod, const ModuleSummaryIndex &CombinedIndex,
576 Mod.setPartialSampleProfileRatio(CombinedIndex);
580 codegen(Conf, TM.get(), AddStream, Task, Mod, CombinedIndex);
591 /*ExportSummary=*/nullptr, /*ImportSummary=*/&CombinedIndex,
595 codegen(Conf, TM, AddStream, Task, Mod, CombinedIndex);
608 renameModuleForThinLTO(Mod, CombinedIndex, ClearDSOLocalOnDeclarations);
610 dropDeadSymbols(Mod, DefinedGlobals, CombinedIndex);
658 FunctionImporter Importer(CombinedIndex, ModuleLoader,
664 updateMemProfAttributes(Mod, CombinedIndex);
665 updatePublicTypeTestCalls(Mod, CombinedIndex.withWholeProgramVisibility());
700 const ModuleSummaryIndex &CombinedIndex,
707 for (const auto &GlobalList : CombinedIndex) {