Lines Matching refs:getGUID
174 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary()
205 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary()
483 CantBePromoted.insert(F.getGUID()); in computeFunctionSummary()
613 CantBePromoted.insert(V.getGUID()); in computeVariableSummary()
630 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID()); in computeAliasSummary()
636 CantBePromoted.insert(A.getGUID()); in computeAliasSummary()
642 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) in setLiveRoot()
674 CantBePromoted.insert(V->getGUID()); in buildModuleSummaryIndex()
705 CantBePromoted.insert(GV->getGUID()); in buildModuleSummaryIndex()
812 return !CantBePromoted.count(VI.getGUID()); in buildModuleSummaryIndex()
822 return !CantBePromoted.count(Edge.first.getGUID()); in buildModuleSummaryIndex()