Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h105 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex);
153 *ModuleToSummariesForIndex = nullptr);
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h205 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
210 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp666 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in gatherImportedSummariesForModule() argument
689 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex); in gatherImportedSummariesForModule()
717 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in emitImports() local
720 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex); in emitImports()
724 ModuleToSummariesForIndex))) in emitImports()
H A DLTO.cpp1125 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in start() local
1127 ImportList, ModuleToSummariesForIndex); in start()
1134 WriteIndexToFile(CombinedIndex, OS, &ModuleToSummariesForIndex); in start()
1138 ModuleToSummariesForIndex); in start()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp867 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in gatherImportedSummariesForModule() argument
869 ModuleToSummariesForIndex[ModulePath] = in gatherImportedSummariesForModule()
873 auto &SummariesForIndex = ModuleToSummariesForIndex[ILI.first()]; in gatherImportedSummariesForModule()
888 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in EmitImportsFiles() argument
893 for (auto &ILI : ModuleToSummariesForIndex) in EmitImportsFiles()
/freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h290 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/freebsd-12.1/contrib/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp570 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in distributedIndexes() local
572 ModuleToSummariesForIndex); in distributedIndexes()
582 WriteIndexToFile(*Index, OS, &ModuleToSummariesForIndex); in distributedIndexes()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp404 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex; member in __anone309b5010111::IndexBitcodeWriter
420 *ModuleToSummariesForIndex = nullptr) in IndexBitcodeWriter() argument
422 ModuleToSummariesForIndex(ModuleToSummariesForIndex) { in IndexBitcodeWriter()
440 if (ModuleToSummariesForIndex) { in forEachSummary()
441 for (auto &M : *ModuleToSummariesForIndex) in forEachSummary()
462 if (ModuleToSummariesForIndex) { in forEachModule()
463 for (const auto &M : *ModuleToSummariesForIndex) { in forEachModule()
469 assert(ModuleToSummariesForIndex->size() == 1); in forEachModule()
4275 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex) { in writeIndex() argument
4277 ModuleToSummariesForIndex); in writeIndex()
[all …]