Home
last modified time | relevance | path

Searched refs:GVSummaryMapTy (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h80 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries,
104 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries,
106 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
115 const GVSummaryMapTy &DefinedGlobals);
120 const GVSummaryMapTy &DefinedGlobals);
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp231 const GVSummaryMapTy &DefinedFunctions, in ModuleCacheEntry()
336 const GVSummaryMapTy &DefinedGlobals, in ProcessThinLTOModule()
521 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries; in promote()
549 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); in crossModuleImport()
567 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in gatherImportedSummariesForModule()
571 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); in gatherImportedSummariesForModule()
594 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); in emitImports()
623 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); in internalize()
715 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); in run()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp267 unsigned Threshold, const GVSummaryMapTy &DefinedGVSummaries, in computeImportForFunction()
337 const GVSummaryMapTy &DefinedGVSummaries, const ModuleSummaryIndex &Index, in ComputeImportForModule()
379 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries, in ComputeCrossModuleImport()
416 GVSummaryMapTy FunctionSummaryMap; in ComputeCrossModuleImportForModule()
438 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule()
440 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) { in gatherImportedSummariesForModule()
478 Module &TheModule, const GVSummaryMapTy &DefinedGlobals) { in thinLTOResolveWeakForLinkerModule()
505 const GVSummaryMapTy &DefinedGlobals) { in thinLTOInternalizeModule()
/external/llvm/lib/IR/
DModuleSummaryIndex.cpp71 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule()
89 StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries) const { in collectDefinedGVSummariesPerModule()
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h328 typedef std::map<GlobalValue::GUID, GlobalValueSummary *> GVSummaryMapTy; typedef
489 GVSummaryMapTy &GVSummaryMap) const;
494 StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries) const;
/external/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h224 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
/external/llvm/include/llvm/Bitcode/
DReaderWriter.h110 std::map<std::string, GVSummaryMapTy>
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp272 std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex;
287 std::map<std::string, GVSummaryMapTy> in IndexBitcodeWriter()
315 std::map<std::string, GVSummaryMapTy>::iterator ModuleSummariesBack;
317 std::map<std::string, GVSummaryMapTy>::iterator ModuleSummariesIter;
319 GVSummaryMapTy::iterator ModuleGVSummariesIter;
3778 std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex) { in WriteIndexToFile()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp474 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in distributedIndexes()
/external/llvm/tools/gold/
Dgold-plugin.cpp1427 std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex; in thinLTOLink()