Home | History | Annotate | Download | only in Analysis

Lines Matching refs:GA

300   if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
301 if (GA->mayBeOverridden()) {
304 computeKnownBits(GA->getAliasee(), KnownZero, KnownOne, TD, Depth+1);
1736 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(Ptr)) {
1737 if (GA->mayBeOverridden())
1739 Ptr = GA->getAliasee();
1905 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
1906 if (GA->mayBeOverridden())
1908 V = GA->getAliasee();