Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeWriter.h105 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex);
153 *ModuleToSummariesForIndex = nullptr);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h204 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
209 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/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 __anon7b2743030111::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/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp715 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex, in gatherImportedSummariesForModule() argument
741 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex); in gatherImportedSummariesForModule()
772 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in emitImports() local
775 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex); in emitImports()
779 ModuleToSummariesForIndex))) in emitImports()
DLTO.cpp1223 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in start() local
1225 ImportList, ModuleToSummariesForIndex); in start()
1232 WriteIndexToFile(CombinedIndex, OS, &ModuleToSummariesForIndex); in start()
1236 ModuleToSummariesForIndex); in start()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp914 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in gatherImportedSummariesForModule() argument
916 ModuleToSummariesForIndex[ModulePath] = in gatherImportedSummariesForModule()
920 auto &SummariesForIndex = ModuleToSummariesForIndex[ILI.first()]; in gatherImportedSummariesForModule()
935 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in EmitImportsFiles() argument
940 for (auto &ILI : ModuleToSummariesForIndex) in EmitImportsFiles()
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h276 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/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp567 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in gatherImportedSummariesForModule() argument
582 ModuleToSummariesForIndex); in gatherImportedSummariesForModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp407 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex; member in __anonde4b3c650111::IndexBitcodeWriter
423 *ModuleToSummariesForIndex = nullptr) in IndexBitcodeWriter() argument
425 ModuleToSummariesForIndex(ModuleToSummariesForIndex) { in IndexBitcodeWriter()
443 if (ModuleToSummariesForIndex) { in forEachSummary()
444 for (auto &M : *ModuleToSummariesForIndex) in forEachSummary()
465 if (ModuleToSummariesForIndex) { in forEachModule()
466 for (const auto &M : *ModuleToSummariesForIndex) { in forEachModule()
472 assert(ModuleToSummariesForIndex->size() == 1); in forEachModule()
4457 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex) { in writeIndex() argument
4459 ModuleToSummariesForIndex); in writeIndex()
[all …]
/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()