Lines Matching refs:TheIndex
473 ModuleSummaryIndex *TheIndex = nullptr;
6047 if (!TheIndex)
6049 if (TheIndex->modulePaths().empty())
6052 if (TheIndex->modulePaths().size() != 1)
6054 auto &Hash = TheIndex->modulePaths().begin()->second.second;
6149 TheIndex->removeEmptySummaryEntries();
6188 TheIndex->addModulePath(Buffer->getBufferIdentifier(), 0)->first());
6210 TheIndex->addGlobalValueSummary(GUID.first, std::move(FS));
6228 TheIndex->addModulePath(Buffer->getBufferIdentifier(), 0)->first());
6231 auto *AliaseeSummary = TheIndex->getGlobalValueSummary(AliaseeGUID);
6238 TheIndex->addGlobalValueSummary(GUID.first, std::move(AS));
6249 TheIndex->addModulePath(Buffer->getBufferIdentifier(), 0)->first());
6257 TheIndex->addGlobalValueSummary(GUID.first, std::move(FS));
6298 TheIndex->addGlobalValueSummary(GUID, std::move(FS));
6317 TheIndex->findSummaryInModule(AliaseeGUID, AS->modulePath());
6323 TheIndex->addGlobalValueSummary(GUID, std::move(AS));
6343 TheIndex->addGlobalValueSummary(GUID, std::move(FS));
6396 LastSeenModulePath = TheIndex->addModulePath(ModulePath, ModuleId);
6406 if (LastSeenModulePath == TheIndex->modulePaths().end())
6414 LastSeenModulePath = TheIndex->modulePaths().end();
6425 TheIndex = I;