Searched refs:RefSummary (Results 1 – 1 of 1) sorted by relevance
209 static bool shouldSkipLocalInAnotherModule(const GlobalValueSummary *RefSummary, in shouldSkipLocalInAnotherModule() argument221 return GlobalValue::isLocalLinkage(RefSummary->linkage()) && in shouldSkipLocalInAnotherModule()222 RefSummary->modulePath() != ImporterModule; in shouldSkipLocalInAnotherModule()435 for (const auto &RefSummary : VI.getSummaryList()) { in onImportingSummaryImpl() local436 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()