Home
last modified time | relevance | path

Searched refs:findSummaryInModule (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp62 auto Summary = ImportIndex.findSummaryInModule( in shouldPromoteLocalToGlobal()
250 ImportIndex.findSummaryInModule(VI, M.getModuleIdentifier())); in processGlobalForThinLTO()
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp62 auto Summary = ImportIndex.findSummaryInModule( in shouldPromoteLocalToGlobal()
243 ImportIndex.findSummaryInModule(VI, M.getModuleIdentifier())); in processGlobalForThinLTO()
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h1313 GlobalValueSummary *findSummaryInModule(ValueInfo VI, StringRef ModuleId) const {
1327 GlobalValueSummary *findSummaryInModule(GlobalValue::GUID ValueGUID,
1332 return findSummaryInModule(CalleeInfo, ModuleId);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h1202 GlobalValueSummary *findSummaryInModule(ValueInfo VI, StringRef ModuleId) const {
1216 GlobalValueSummary *findSummaryInModule(GlobalValue::GUID ValueGUID,
1221 return findSummaryInModule(CalleeInfo, ModuleId);
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h386 GlobalValueSummary *findSummaryInModule(GlobalValue::GUID ValueGUID, in findSummaryInModule() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp235 GlobalValueSummary *S = Index.findSummaryInModule(ImpF, ImpM.first()); in computeLTOCacheKey()
831 if (auto S = ThinLTO.CombinedIndex.findSummaryInModule( in addThinLTO()
839 if (auto S = ThinLTO.CombinedIndex.findSummaryInModule( in addThinLTO()
/external/llvm-project/llvm/lib/LTO/
DLTO.cpp248 GlobalValueSummary *S = Index.findSummaryInModule(ImpF, ImpM.first()); in computeLTOCacheKey()
853 if (auto S = ThinLTO.CombinedIndex.findSummaryInModule( in addThinLTO()
861 if (auto S = ThinLTO.CombinedIndex.findSummaryInModule( in addThinLTO()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp641 Index.findSummaryInModule(VI, ModulePath)); in checkVariableImport()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp651 Index.findSummaryInModule(VI, ModulePath)); in checkVariableImport()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5952 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath); in parseEntireSummary()
6089 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath()); in parseEntireSummary()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6165 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath); in parseEntireSummary()
6305 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath()); in parseEntireSummary()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6317 TheIndex->findSummaryInModule(AliaseeGUID, AS->modulePath()); in parseEntireSummary()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp8673 auto Summary = Index->findSummaryInModule(AliaseeVI, ModulePath); in parseAliasSummary()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp8240 auto Summary = Index->findSummaryInModule(AliaseeVI, ModulePath); in ParseAliasSummary()