Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h105 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex);
153 *ModuleToSummariesForIndex = nullptr);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h214 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
219 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp777 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex, in gatherImportedSummariesForModule() argument
808 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex); in gatherImportedSummariesForModule()
844 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in emitImports() local
847 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex); in emitImports()
851 ModuleToSummariesForIndex))) in emitImports()
H A DLTO.cpp1389 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in emitFiles() local
1392 ImportList, ModuleToSummariesForIndex); in emitFiles()
1398 writeIndexToFile(CombinedIndex, OS, &ModuleToSummariesForIndex); in emitFiles()
1402 ModuleToSummariesForIndex); in emitFiles()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h278 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1330 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in gatherImportedSummariesForModule() argument
1332 ModuleToSummariesForIndex[std::string(ModulePath)] = in gatherImportedSummariesForModule()
1336 auto &SummariesForIndex = ModuleToSummariesForIndex[std::string(ILI.first)]; in gatherImportedSummariesForModule()
1351 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in EmitImportsFiles() argument
1356 for (const auto &ILI : ModuleToSummariesForIndex) in EmitImportsFiles()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp685 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in distributedIndexes() local
687 *TheModule, *Index, ModuleToSummariesForIndex, *Input); in distributedIndexes()
697 writeIndexToFile(*Index, OS, &ModuleToSummariesForIndex); in distributedIndexes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp420 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex; member in __anon9ee8d7120111::IndexBitcodeWriter
445 *ModuleToSummariesForIndex = nullptr) in IndexBitcodeWriter() argument
447 ModuleToSummariesForIndex(ModuleToSummariesForIndex) { in IndexBitcodeWriter()
499 if (ModuleToSummariesForIndex) { in forEachSummary()
500 for (auto &M : *ModuleToSummariesForIndex) in forEachSummary()
521 if (ModuleToSummariesForIndex) { in forEachModule()
522 for (const auto &M : *ModuleToSummariesForIndex) { in forEachModule()
528 assert(ModuleToSummariesForIndex->size() == 1); in forEachModule()
4911 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex) { in writeIndex() argument
4913 ModuleToSummariesForIndex); in writeIndex()
[all …]