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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1548 Val &OtherV = Other.Vals[OtherVNI->id]; local
1550 if (!OtherV.isAnalyzed())
1557 if (V.ValidLanes & OtherV.ValidLanes)
1575 Val &OtherV = Other.Vals[V.OtherVNI->id]; local
1577 // Check if OtherV is an IMPLICIT_DEF that extends beyond its basic block.
1584 if (OtherV.ErasableImplicitDef && DefMI &&
1589 OtherV.ErasableImplicitDef = false;
1606 V.ValidLanes &= ~V.WriteLanes | OtherV.ValidLanes;
1636 if ((V.WriteLanes & OtherV.ValidLanes) == 0)
1811 const Val &OtherV local
1898 Val &OtherV = Other.Vals[Vals[i].OtherVNI->id]; local
[all...]

Completed in 224 milliseconds