Home
last modified time | relevance | path

Searched refs:OtherV (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1948 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
[all …]