Lines Matching refs:OtherV
1994 Val &OtherV = Other.Vals[OtherVNI->id]; in analyzeValue() local
1996 if (!OtherV.isAnalyzed()) in analyzeValue()
2003 if (V.ValidLanes & OtherV.ValidLanes) in analyzeValue()
2021 Val &OtherV = Other.Vals[V.OtherVNI->id]; in analyzeValue() local
2030 if (OtherV.ErasableImplicitDef && DefMI && in analyzeValue()
2035 OtherV.ErasableImplicitDef = false; in analyzeValue()
2048 && (V.WriteLanes & (OtherV.ValidLanes | OtherV.WriteLanes)) == 0) in analyzeValue()
2058 V.ValidLanes &= ~V.WriteLanes | OtherV.ValidLanes; in analyzeValue()
2088 if ((V.WriteLanes & OtherV.ValidLanes) == 0) in analyzeValue()
2154 Val &OtherV = Other.Vals[V.OtherVNI->id]; in computeAssignment() local
2157 if ((OtherV.WriteLanes & ~V.ValidLanes) != 0 && TrackSubRegLiveness) in computeAssignment()
2158 OtherV.ErasableImplicitDef = false; in computeAssignment()
2159 OtherV.Pruned = true; in computeAssignment()
2252 const Val &OtherV = Other.Vals[V.OtherVNI->id]; in resolveConflicts() local
2257 LaneBitmask TaintedLanes = V.WriteLanes & OtherV.ValidLanes; in resolveConflicts()
2333 Val &OtherV = Other.Vals[Vals[i].OtherVNI->id]; in pruneValues() local
2334 bool EraseImpDef = OtherV.ErasableImplicitDef && in pruneValues()
2335 OtherV.Resolution == CR_Keep; in pruneValues()