Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PSV

144   if (const PseudoSourceValue *PSV =
149 if (!PSV->isAliased(MFI)) {
150 bool MayAlias = PSV->mayAlias(MFI);
151 Objects.push_back(UnderlyingObjectsVector::value_type(PSV, MayAlias));