Home | History | Annotate | Download | only in Analysis

Lines Matching refs:MustAlias

1078     if (BaseAlias != MustAlias)
1081 // Otherwise, we have a MustAlias. Since the base pointers alias each other
1118 if (R != MustAlias)
1138 return MustAlias;
1241 // A mix of PartialAlias and MustAlias is PartialAlias.
1242 if ((A == PartialAlias && B == MustAlias) ||
1243 (B == PartialAlias && A == MustAlias))
1269 // If both arms of the Select node NoAlias or MustAlias V2, then returns
1270 // NoAlias / MustAlias. Otherwise, returns MayAlias.
1302 // If the PHIs are May/MustAlias there must be (recursively) an input
1303 // operand from outside the PHIs' cycle that is MayAlias/MustAlias or
1372 // If all sources of the PHI node NoAlias or MustAlias V2, then returns
1373 // NoAlias / MustAlias. Otherwise, returns MayAlias.
1413 return MustAlias;