Lines Matching refs:GVS
729 for (const auto& GVS : SummaryList) {
730 if (!GVS->isLive())
732 if (const AliasSummary *AS = dyn_cast<AliasSummary>(GVS.get()))
735 if (!isa<FunctionSummary>(GVS->getBaseObject()))
737 if (GlobalValue::isLocalLinkage(GVS->linkage())) {
738 if (GVS->modulePath() == ModuleId) {
739 S = GVS.get();
742 } else if (GlobalValue::isExternalLinkage(GVS->linkage())) {
747 S = GVS.get();
748 } else if (GlobalValue::isWeakLinkage(GVS->linkage())) {
753 S = GVS.get();
754 } else if (GlobalValue::isAvailableExternallyLinkage(GVS->linkage()) ||
755 GlobalValue::isLinkOnceLinkage(GVS->linkage())) {
757 S = GVS.get();
1144 for (auto &GVS : Index)
1145 for (auto &GV : GVS.second.SummaryList)
1155 for (auto &GVS : Index) {
1156 for (auto &GV : GVS.second.SummaryList) {