Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeWriter.h105 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex);
153 *ModuleToSummariesForIndex = nullptr);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h149 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
154 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp709 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in gatherImportedSummariesForModule() argument
711 ModuleToSummariesForIndex[ModulePath] = in gatherImportedSummariesForModule()
715 auto &SummariesForIndex = ModuleToSummariesForIndex[ILI.first()]; in gatherImportedSummariesForModule()
730 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in EmitImportsFiles() argument
735 for (auto &ILI : ModuleToSummariesForIndex) in EmitImportsFiles()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp725 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in gatherImportedSummariesForModule() argument
740 ModuleToSummariesForIndex); in gatherImportedSummariesForModule()
761 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in emitImports() local
764 ModuleToSummariesForIndex); in emitImports()
768 EmitImportsFiles(ModulePath, OutputName, ModuleToSummariesForIndex))) in emitImports()
DLTO.cpp1096 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in start() local
1098 ImportList, ModuleToSummariesForIndex); in start()
1105 WriteIndexToFile(CombinedIndex, OS, &ModuleToSummariesForIndex); in start()
1109 ModuleToSummariesForIndex); in start()
/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 __anonf36260c70111::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/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/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h224 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/external/llvm/include/llvm/Bitcode/
DReaderWriter.h111 *ModuleToSummariesForIndex = nullptr);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h290 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp562 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in distributedIndexes() local
564 Filename, *Index, ModuleToSummariesForIndex); in distributedIndexes()
574 WriteIndexToFile(*Index, OS, &ModuleToSummariesForIndex); in distributedIndexes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp402 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex; member in __anonccef901f0111::IndexBitcodeWriter
418 *ModuleToSummariesForIndex = nullptr) in IndexBitcodeWriter() argument
420 ModuleToSummariesForIndex(ModuleToSummariesForIndex) { in IndexBitcodeWriter()
438 if (ModuleToSummariesForIndex) { in forEachSummary()
439 for (auto &M : *ModuleToSummariesForIndex) in forEachSummary()
460 if (ModuleToSummariesForIndex) { in forEachModule()
461 for (const auto &M : *ModuleToSummariesForIndex) { in forEachModule()
467 assert(ModuleToSummariesForIndex->size() == 1); in forEachModule()
4161 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex) { in writeIndex() argument
4163 ModuleToSummariesForIndex); in writeIndex()
[all …]
/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()