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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterCoalescer.cpp1434 Val &OtherV = Other.Vals[OtherVNI->id]; local
1436 if (!OtherV.isAnalyzed())
1443 if (V.ValidLanes & OtherV.ValidLanes)
1461 const Val &OtherV = Other.Vals[V.OtherVNI->id]; local
1477 V.ValidLanes &= ~V.WriteLanes | OtherV.ValidLanes;
1507 if ((V.WriteLanes & OtherV.ValidLanes) == 0)
1682 const Val &OtherV = Other.Vals[V.OtherVNI->id]; local
1687 unsigned TaintedLanes = V.WriteLanes & OtherV.ValidLanes;
1769 Val &OtherV = Other.Vals[Vals[i].OtherVNI->id]; local
1770 bool EraseImpDef = OtherV
[all...]

Completed in 66 milliseconds