Searched refs:findSummaryInModule (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp77 auto Summary = ImportIndex.findSummaryInModule(
268 ImportIndex.findSummaryInModule(VI, M.getModuleIdentifier()));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1655 GlobalValueSummary *findSummaryInModule(ValueInfo VI, StringRef ModuleId) const { function in class:llvm::CalleeInfo::AllocationType::ModuleSummaryIndex
1669 GlobalValueSummary *findSummaryInModule(GlobalValue::GUID ValueGUID, function in class:llvm::CalleeInfo::AllocationType::ModuleSummaryIndex
1674 return findSummaryInModule(CalleeInfo, ModuleId);
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp280 Index.findSummaryInModule(ImpF, ImpM.getIdentifier());
1037 if (auto S = ThinLTO.CombinedIndex.findSummaryInModule(
1045 if (auto S = ThinLTO.CombinedIndex.findSummaryInModule(
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp969 Index.findSummaryInModule(VI, ModulePath));
H A DMemProfContextDisambiguation.cpp3377 ImportSummary->findSummaryInModule(TheFnVI, M.getModuleIdentifier());
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7388 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath);
7531 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath());
/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9098 auto Summary = Index->findSummaryInModule(AliaseeVI, ModulePath);

Completed in 490 milliseconds