Lines Matching refs:getGUID
220 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary()
248 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary()
681 CantBePromoted.insert(F.getGUID()); in computeFunctionSummary()
846 CantBePromoted.insert(V.getGUID()); in computeVariableSummary()
867 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID()); in computeAliasSummary()
873 CantBePromoted.insert(A.getGUID()); in computeAliasSummary()
879 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) in setLiveRoot()
915 CantBePromoted.insert(V->getGUID()); in buildModuleSummaryIndex()
947 CantBePromoted.insert(GV->getGUID()); in buildModuleSummaryIndex()
1066 return !CantBePromoted.count(VI.getGUID()); in buildModuleSummaryIndex()
1076 return !CantBePromoted.count(Edge.first.getGUID()); in buildModuleSummaryIndex()