Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h105 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex);
153 *ModuleToSummariesForIndex = nullptr);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitcode/
DBitcodeWriter.h105 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex);
153 *ModuleToSummariesForIndex = nullptr);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitcode/
DBitcodeWriter.h105 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex);
153 *ModuleToSummariesForIndex = nullptr);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h105 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex);
153 *ModuleToSummariesForIndex = nullptr);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitcode/
DBitcodeWriter.h105 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex);
153 *ModuleToSummariesForIndex = nullptr);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitcode/
DBitcodeWriter.h105 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex);
153 *ModuleToSummariesForIndex = nullptr);
/aosp_15_r20/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp272 std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex; member in __anon065d01f40111::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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h204 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
209 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/
DFunctionImport.h214 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
219 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/
DFunctionImport.h214 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
219 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/
DFunctionImport.h214 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
219 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h218 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
223 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/
DFunctionImport.h214 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
219 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A 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()
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp784 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex, in gatherImportedSummariesForModule() argument
810 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex); in gatherImportedSummariesForModule()
841 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in emitImports() local
844 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex); in emitImports()
848 ModuleToSummariesForIndex))) in emitImports()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp980 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in gatherImportedSummariesForModule() argument
982 ModuleToSummariesForIndex[std::string(ModulePath)] = in gatherImportedSummariesForModule()
987 ModuleToSummariesForIndex[std::string(ILI.first())]; in gatherImportedSummariesForModule()
1002 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in EmitImportsFiles() argument
1007 for (const auto &ILI : ModuleToSummariesForIndex) in EmitImportsFiles()
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp440 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in gatherImportedSummariesForModule() argument
442 ModuleToSummariesForIndex[ModulePath] = in gatherImportedSummariesForModule()
448 auto &SummariesForIndex = ModuleToSummariesForIndex[ILI.first()]; in gatherImportedSummariesForModule()
/aosp_15_r20/external/llvm/tools/llvm-lto/
H A 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()
/aosp_15_r20/external/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h106 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp407 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex; member in __anon56d4ff960111::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 …]
/aosp_15_r20/external/llvm/include/llvm/Bitcode/
H A DReaderWriter.h111 *ModuleToSummariesForIndex = nullptr);
/aosp_15_r20/external/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h224 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp420 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex; member in __anon6d01d09c0111::IndexBitcodeWriter
441 *ModuleToSummariesForIndex = nullptr) in IndexBitcodeWriter() argument
443 ModuleToSummariesForIndex(ModuleToSummariesForIndex) { in IndexBitcodeWriter()
480 if (ModuleToSummariesForIndex) { in forEachSummary()
481 for (auto &M : *ModuleToSummariesForIndex) in forEachSummary()
502 if (ModuleToSummariesForIndex) { in forEachModule()
503 for (const auto &M : *ModuleToSummariesForIndex) { in forEachModule()
509 assert(ModuleToSummariesForIndex->size() == 1); in forEachModule()
4395 if (ModuleToSummariesForIndex || !GlobalValue::isLocalLinkage(S.linkage())) in writeCombinedGlobalValueSummary()
4873 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex) { in writeIndex() argument
[all …]

12