Searched refs:ModuleToSummariesForIndex (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeWriter.h | 105 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex); 153 *ModuleToSummariesForIndex = nullptr);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 218 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex); 223 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 784 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()
|
| H A D | LTO.cpp | 1227 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in emitFiles() local 1230 ImportList, ModuleToSummariesForIndex); in emitFiles() 1236 writeIndexToFile(CombinedIndex, OS, &ModuleToSummariesForIndex); in emitFiles() 1240 ModuleToSummariesForIndex); in emitFiles()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 980 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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 278 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex,
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 688 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in distributedIndexes() local 690 *TheModule, *Index, ModuleToSummariesForIndex, *Input); in distributedIndexes() 700 writeIndexToFile(*Index, OS, &ModuleToSummariesForIndex); in distributedIndexes()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 420 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex; member in __anonef3ea4f30111::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 …]
|