Home
last modified time | relevance | path

Searched refs:ModuleToSummariesForIndex (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h106 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp272 std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex; member in __anonf8687d3e0111::IndexBitcodeWriter
288 *ModuleToSummariesForIndex = nullptr) in IndexBitcodeWriter() argument
290 ModuleToSummariesForIndex(ModuleToSummariesForIndex) { in IndexBitcodeWriter()
338 if (Writer.ModuleToSummariesForIndex && in iterator()
339 !Writer.ModuleToSummariesForIndex->empty()) { in iterator()
340 for (ModuleSummariesBack = Writer.ModuleToSummariesForIndex->begin(); in iterator()
342 Writer.ModuleToSummariesForIndex->end(); in iterator()
346 ? Writer.ModuleToSummariesForIndex->begin() in iterator()
350 } else if (!Writer.ModuleToSummariesForIndex && in iterator()
368 if (Writer.ModuleToSummariesForIndex) { in operator ++()
[all …]
/external/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h224 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/external/llvm/include/llvm/Bitcode/
DReaderWriter.h111 *ModuleToSummariesForIndex = nullptr);
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp440 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in gatherImportedSummariesForModule() argument
442 ModuleToSummariesForIndex[ModulePath] = in gatherImportedSummariesForModule()
448 auto &SummariesForIndex = ModuleToSummariesForIndex[ILI.first()]; in gatherImportedSummariesForModule()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp474 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in distributedIndexes() local
476 Filename, *Index, ModuleToSummariesForIndex); in distributedIndexes()
486 WriteIndexToFile(*Index, OS, &ModuleToSummariesForIndex); in distributedIndexes()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp567 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in gatherImportedSummariesForModule() argument
582 ModuleToSummariesForIndex); in gatherImportedSummariesForModule()
/external/llvm/tools/gold/
Dgold-plugin.cpp1427 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in thinLTOLink() local
1429 ImportLists, ModuleToSummariesForIndex); in thinLTOLink()
1430 WriteIndexToFile(CombinedIndex, OS, &ModuleToSummariesForIndex); in thinLTOLink()