Searched refs:DestGV (Results 1 – 1 of 1) sorted by relevance
426 static void CopyGVAttributes(GlobalValue *DestGV, const GlobalValue *SrcGV) { in CopyGVAttributes() argument428 unsigned Alignment = std::max(DestGV->getAlignment(), SrcGV->getAlignment()); in CopyGVAttributes()429 DestGV->copyAttributesFrom(SrcGV); in CopyGVAttributes()430 DestGV->setAlignment(Alignment); in CopyGVAttributes()432 forceRenaming(DestGV, SrcGV->getName()); in CopyGVAttributes()