Home | History | Annotate | Download | only in CodeGen

Lines Matching full:otherv

1475     Val &OtherV = Other.Vals[OtherVNI->id];
1477 if (!OtherV.isAnalyzed())
1484 if (V.ValidLanes & OtherV.ValidLanes)
1502 Val &OtherV = Other.Vals[V.OtherVNI->id];
1504 // Check if OtherV is an IMPLICIT_DEF that extends beyond its basic block.
1511 if (OtherV.ErasableImplicitDef && DefMI &&
1516 OtherV.ErasableImplicitDef = false;
1533 V.ValidLanes &= ~V.WriteLanes | OtherV.ValidLanes;
1563 if ((V.WriteLanes & OtherV.ValidLanes) == 0)
1738 const Val &OtherV = Other.Vals[V.OtherVNI->id];
1743 unsigned TaintedLanes = V.WriteLanes & OtherV.ValidLanes;
1825 Val &OtherV = Other.Vals[Vals[i].OtherVNI->id];
1826 bool EraseImpDef = OtherV.ErasableImplicitDef &&
1827 OtherV.Resolution == CR_Keep;