Home
last modified time | relevance | path

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

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