Searched refs:ModuleToSummariesForIndex (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | BitcodeWriter.h | 105 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex); 153 *ModuleToSummariesForIndex = nullptr);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 204 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex); 209 const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 715 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()
|
D | LTO.cpp | 1223 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 914 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 276 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 407 const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex; member in __anonf3f407e80111::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 …]
|