Lines Matching refs:getGUID
173 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary()
200 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary()
514 CantBePromoted.insert(F.getGUID()); in computeFunctionSummary()
642 CantBePromoted.insert(V.getGUID()); in computeVariableSummary()
662 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID()); in computeAliasSummary()
668 CantBePromoted.insert(A.getGUID()); in computeAliasSummary()
674 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) in setLiveRoot()
706 CantBePromoted.insert(V->getGUID()); in buildModuleSummaryIndex()
737 CantBePromoted.insert(GV->getGUID()); in buildModuleSummaryIndex()
855 return !CantBePromoted.count(VI.getGUID()); in buildModuleSummaryIndex()
865 return !CantBePromoted.count(Edge.first.getGUID()); in buildModuleSummaryIndex()