Lines Matching refs:OtherV
2830 Val &OtherV = Other.Vals[OtherVNI->id]; in analyzeValue() local
2834 if (!OtherV.isAnalyzed() || Other.Assignments[OtherVNI->id] == -1) in analyzeValue()
2841 if ((V.ValidLanes & OtherV.ValidLanes).any()) in analyzeValue()
2859 Val &OtherV = Other.Vals[V.OtherVNI->id]; in analyzeValue() local
2861 if (OtherV.ErasableImplicitDef) { in analyzeValue()
2882 OtherV.mustKeepImplicitDef(*TRI, *OtherImpDef); in analyzeValue()
2891 OtherV.mustKeepImplicitDef(*TRI, *OtherImpDef); in analyzeValue()
2894 OtherV.ValidLanes &= ~OtherV.WriteLanes; in analyzeValue()
2912 V.ValidLanes &= ~V.WriteLanes | OtherV.ValidLanes; in analyzeValue()
2950 if ((V.WriteLanes & OtherV.ValidLanes).none()) in analyzeValue()
3046 Val &OtherV = Other.Vals[V.OtherVNI->id]; in computeAssignment() local
3047 OtherV.Pruned = true; in computeAssignment()
3141 const Val &OtherV = Other.Vals[V.OtherVNI->id]; in resolveConflicts() local
3146 LaneBitmask TaintedLanes = V.WriteLanes & OtherV.ValidLanes; in resolveConflicts()
3224 Val &OtherV = Other.Vals[Vals[i].OtherVNI->id]; in pruneValues() local
3225 bool EraseImpDef = OtherV.ErasableImplicitDef && in pruneValues()
3226 OtherV.Resolution == CR_Keep; in pruneValues()