Lines Matching defs:CombinedIndex
398 const ModuleSummaryIndex &CombinedIndex) {
447 createImmutableModuleSummaryIndexWrapperPass(&CombinedIndex));
463 const ModuleSummaryIndex &CombinedIndex) {
495 CombinedIndex);
542 ModuleSummaryIndex &CombinedIndex) {
552 /*ExportSummary=*/&CombinedIndex, /*ImportSummary=*/nullptr,
558 codegen(C, TM.get(), AddStream, 0, Mod, CombinedIndex);
561 CombinedIndex);
588 Module &Mod, const ModuleSummaryIndex &CombinedIndex,
611 Mod.setPartialSampleProfileRatio(CombinedIndex);
617 codegen(Conf, TM.get(), AddStream, Task, Mod, CombinedIndex);
629 /*ExportSummary=*/nullptr, /*ImportSummary=*/&CombinedIndex,
640 codegen(Conf, TM, AddStream, Task, Mod, CombinedIndex);
653 renameModuleForThinLTO(Mod, CombinedIndex, ClearDSOLocalOnDeclarations);
655 dropDeadSymbols(Mod, DefinedGlobals, CombinedIndex);
703 FunctionImporter Importer(CombinedIndex, ModuleLoader,
709 updateMemProfAttributes(Mod, CombinedIndex);
710 updatePublicTypeTestCalls(Mod, CombinedIndex.withWholeProgramVisibility());
745 const ModuleSummaryIndex &CombinedIndex,
752 for (const auto &GlobalList : CombinedIndex) {