Home | History | Annotate | Download | only in IPO

Lines Matching defs:GA

1362   auto *GA = GlobalAlias::create(PTy->getElementType(), PTy->getAddressSpace(),
1365 GA->takeName(G);
1366 GA->setVisibility(G->getVisibility());
1368 G->replaceAllUsesWith(GA);
1371 DEBUG(dbgs() << "writeAlias: " << GA->getName() << '\n');