Home | History | Annotate | Download | only in Analysis

Lines Matching refs:GA

4941   else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V))
4942 return GA->isInterposable() ? getUnknown(V) : getSCEV(GA->getAliasee());