Home
last modified time | relevance | path

Searched refs:TheIndex (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp473 ModuleSummaryIndex *TheIndex = nullptr; member in __anon01c39de90111::ModuleSummaryIndexBitcodeReader
6047 if (!TheIndex) in parseModule()
6049 if (TheIndex->modulePaths().empty()) in parseModule()
6052 if (TheIndex->modulePaths().size() != 1) in parseModule()
6054 auto &Hash = TheIndex->modulePaths().begin()->second.second; in parseModule()
6149 TheIndex->removeEmptySummaryEntries(); in parseEntireSummary()
6188 TheIndex->addModulePath(Buffer->getBufferIdentifier(), 0)->first()); in parseEntireSummary()
6210 TheIndex->addGlobalValueSummary(GUID.first, std::move(FS)); in parseEntireSummary()
6228 TheIndex->addModulePath(Buffer->getBufferIdentifier(), 0)->first()); in parseEntireSummary()
6231 auto *AliaseeSummary = TheIndex->getGlobalValueSummary(AliaseeGUID); in parseEntireSummary()
[all …]
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVInstruction.h1504 SPIRVValue* TheIndex, SPIRVBasicBlock *TheBB)
1507 IndexId(TheIndex->getId()){
1534 SPIRVValue* TheComponent, SPIRVValue* TheIndex, SPIRVBasicBlock *TheBB)
1537 IndexId(TheIndex->getId()), ComponentId(TheComponent->getId()){