Lines Matching refs:CombinedIndex
868 const ModuleSummaryIndex *CombinedIndex; member in __anon1f3f5eac0211::CodeGen
890 : M(std::move(M)), OS(nullptr), TaskID(-1), CombinedIndex(nullptr), in CodeGen()
896 const ModuleSummaryIndex *CombinedIndex, std::string Filename, in CodeGen() argument
900 : M(std::move(M)), OS(OS), TaskID(TaskID), CombinedIndex(CombinedIndex), in CodeGen()
903 assert(options::thinlto == !!CombinedIndex && in CodeGen()
990 if (CombinedIndex) { in runLTOPasses()
1007 FunctionImporter Importer(*CombinedIndex, Loader); in runLTOPasses()
1182 const ModuleSummaryIndex &CombinedIndex, in thinLTOBackendTask() argument
1199 if (renameModuleForThinLTO(*NewModule, CombinedIndex)) in thinLTOBackendTask()
1202 CodeGen codeGen(std::move(NewModule), OS, TaskID, &CombinedIndex, Name, in thinLTOBackendTask()
1210 const ModuleSummaryIndex &CombinedIndex, in thinLTOBackends() argument
1256 ApiFile, std::ref(CombinedIndex), OS.get(), in thinLTOBackends()
1322 ModuleSummaryIndex CombinedIndex; in thinLTOLink() local
1362 CombinedIndex.mergeFrom(std::move(Index), ++NextModuleId); in thinLTOLink()
1369 CombinedIndex.collectDefinedGVSummariesPerModule(ModuleToDefinedGVSummaries); in thinLTOLink()
1373 ComputeCrossModuleImport(CombinedIndex, ModuleToDefinedGVSummaries, in thinLTOLink()
1393 CombinedIndex, isPrevailing, in thinLTOLink()
1400 thinLTOInternalizeAndPromoteInIndex(CombinedIndex, isExported); in thinLTOLink()
1430 WriteIndexToFile(CombinedIndex, OS, &ModuleToSummariesForIndex); in thinLTOLink()
1453 WriteIndexToFile(CombinedIndex, OS); in thinLTOLink()
1456 thinLTOBackends(ApiFile, CombinedIndex, ModuleMap, ImportLists, in thinLTOLink()