Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp209 static bool shouldSkipLocalInAnotherModule(const GlobalValueSummary *RefSummary, in shouldSkipLocalInAnotherModule() argument
221 return GlobalValue::isLocalLinkage(RefSummary->linkage()) && in shouldSkipLocalInAnotherModule()
222 RefSummary->modulePath() != ImporterModule; in shouldSkipLocalInAnotherModule()
435 for (const auto &RefSummary : VI.getSummaryList()) { in onImportingSummaryImpl() local
436 const auto *GVS = dyn_cast<GlobalVarSummary>(RefSummary.get()); in onImportingSummaryImpl()
449 ImportList.maybeAddDeclaration(RefSummary->modulePath(), in onImportingSummaryImpl()
457 if (ImportList.addDefinition(RefSummary->modulePath(), VI.getGUID()) != in onImportingSummaryImpl()
468 (*ExportLists)[RefSummary->modulePath()].insert(VI); in onImportingSummaryImpl()