Searched defs:OtherV (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1533 Val &OtherV = Other.Vals[OtherVNI->id]; local
1535 if (!OtherV.isAnalyzed())
1542 if (V.ValidLanes & OtherV.ValidLanes)
1560 Val &OtherV = Other.Vals[V.OtherVNI->id]; local
1562 // Check if OtherV is an IMPLICIT_DEF that extends beyond its basic block.
1569 if (OtherV.ErasableImplicitDef && DefMI &&
1574 OtherV.ErasableImplicitDef = false;
1591 V.ValidLanes &= ~V.WriteLanes | OtherV.ValidLanes;
1621 if ((V.WriteLanes & OtherV.ValidLanes) == 0)
1796 const Val &OtherV local
1883 Val &OtherV = Other.Vals[Vals[i].OtherVNI->id]; local
[all...]

Completed in 66 milliseconds