Lines Matching refs:getGUID
173 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary()
200 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary()
479 CantBePromoted.insert(F.getGUID()); in computeFunctionSummary()
608 CantBePromoted.insert(V.getGUID()); in computeVariableSummary()
626 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID()); in computeAliasSummary()
632 CantBePromoted.insert(A.getGUID()); in computeAliasSummary()
638 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) in setLiveRoot()
670 CantBePromoted.insert(V->getGUID()); in buildModuleSummaryIndex()
702 CantBePromoted.insert(GV->getGUID()); in buildModuleSummaryIndex()
809 return !CantBePromoted.count(VI.getGUID()); in buildModuleSummaryIndex()
819 return !CantBePromoted.count(Edge.first.getGUID()); in buildModuleSummaryIndex()