Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp171 auto *GVSummary = SummaryPtr.get(); in selectCallee() local
172 if (GlobalValue::isInterposableLinkage(GVSummary->linkage())) in selectCallee()
175 if (auto *AS = dyn_cast<AliasSummary>(GVSummary)) { in selectCallee()
176 GVSummary = &AS->getAliasee(); in selectCallee()
182 if (!GlobalValue::isLinkOnceODRLinkage(GVSummary->linkage())) in selectCallee()
186 auto *Summary = cast<FunctionSummary>(GVSummary); in selectCallee()
346 for (auto &GVSummary : DefinedGVSummaries) { in ComputeImportForModule() local
347 auto *Summary = GVSummary.second; in ComputeImportForModule()
354 DEBUG(dbgs() << "Initalize import for " << GVSummary.first << "\n"); in ComputeImportForModule()