Lines Matching defs:CombinedIndex
1261 runThinLTOBackend(CompilerInstance &CI, ModuleSummaryIndex *CombinedIndex,
1270 CombinedIndex->collectDefinedGVSummariesPerModule(ModuleToDefinedGVSummaries);
1279 if (!lto::initImportList(*M, *CombinedIndex, ImportList))
1358 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList,
1382 std::unique_ptr<ModuleSummaryIndex> CombinedIndex;
1386 .moveInto(CombinedIndex)) {
1393 // A null CombinedIndex means we should skip ThinLTO compilation
1396 if (CombinedIndex) {
1397 if (!CombinedIndex->skipModuleByDistributedBackend()) {
1398 runThinLTOBackend(CI, CombinedIndex.get(), M, std::move(OS),
1407 // the compilation as CombinedIndex does not contain all required