Lines Matching refs:getGUID
189 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary()
217 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary()
639 CantBePromoted.insert(F.getGUID()); in computeFunctionSummary()
772 CantBePromoted.insert(V.getGUID()); in computeVariableSummary()
792 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID()); in computeAliasSummary()
798 CantBePromoted.insert(A.getGUID()); in computeAliasSummary()
804 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) in setLiveRoot()
840 CantBePromoted.insert(V->getGUID()); in buildModuleSummaryIndex()
871 CantBePromoted.insert(GV->getGUID()); in buildModuleSummaryIndex()
990 return !CantBePromoted.count(VI.getGUID()); in buildModuleSummaryIndex()
1000 return !CantBePromoted.count(Edge.first.getGUID()); in buildModuleSummaryIndex()