Lines Matching refs:OtherV
1948 Val &OtherV = Other.Vals[OtherVNI->id]; in analyzeValue() local
1950 if (!OtherV.isAnalyzed()) in analyzeValue()
1957 if (V.ValidLanes & OtherV.ValidLanes) in analyzeValue()
1975 Val &OtherV = Other.Vals[V.OtherVNI->id]; in analyzeValue() local
1984 if (OtherV.ErasableImplicitDef && DefMI && in analyzeValue()
1989 OtherV.ErasableImplicitDef = false; in analyzeValue()
2002 && (V.WriteLanes & (OtherV.ValidLanes | OtherV.WriteLanes)) == 0) in analyzeValue()
2012 V.ValidLanes &= ~V.WriteLanes | OtherV.ValidLanes; in analyzeValue()
2042 if ((V.WriteLanes & OtherV.ValidLanes) == 0) in analyzeValue()
2108 Val &OtherV = Other.Vals[V.OtherVNI->id]; in computeAssignment() local
2111 if ((OtherV.WriteLanes & ~V.ValidLanes) != 0 && TrackSubRegLiveness) in computeAssignment()
2112 OtherV.ErasableImplicitDef = false; in computeAssignment()
2113 OtherV.Pruned = true; in computeAssignment()
2206 const Val &OtherV = Other.Vals[V.OtherVNI->id]; in resolveConflicts() local
2211 unsigned TaintedLanes = V.WriteLanes & OtherV.ValidLanes; in resolveConflicts()
2287 Val &OtherV = Other.Vals[Vals[i].OtherVNI->id]; in pruneValues() local
2288 bool EraseImpDef = OtherV.ErasableImplicitDef && in pruneValues()
2289 OtherV.Resolution == CR_Keep; in pruneValues()