Searched refs:ModuleToSummariesForIndex (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 106 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 272 std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex; member in __anonf8687d3e0111::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 …]
|
/external/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 224 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
|
/external/llvm/include/llvm/Bitcode/ |
D | ReaderWriter.h | 111 *ModuleToSummariesForIndex = nullptr);
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 440 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in gatherImportedSummariesForModule() argument 442 ModuleToSummariesForIndex[ModulePath] = in gatherImportedSummariesForModule() 448 auto &SummariesForIndex = ModuleToSummariesForIndex[ILI.first()]; in gatherImportedSummariesForModule()
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 474 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in distributedIndexes() local 476 Filename, *Index, ModuleToSummariesForIndex); in distributedIndexes() 486 WriteIndexToFile(*Index, OS, &ModuleToSummariesForIndex); in distributedIndexes()
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 567 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in gatherImportedSummariesForModule() argument 582 ModuleToSummariesForIndex); in gatherImportedSummariesForModule()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 1427 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in thinLTOLink() local 1429 ImportLists, ModuleToSummariesForIndex); in thinLTOLink() 1430 WriteIndexToFile(CombinedIndex, OS, &ModuleToSummariesForIndex); in thinLTOLink()
|