Lines Matching full:otheri
1677 LiveInterval::iterator OtherI = Other.LI.find(VNI->def);
1678 assert(OtherI != Other.LI.end() && "No conflict?");
1680 // OtherI is pointing to a tainted value. Abort the join if the tainted
1682 SlotIndex End = OtherI->end;
1685 << OtherI->valno->id << '@' << OtherI->start << '\n');
1689 << OtherI->valno->id << '@' << OtherI->start
1697 if (++OtherI == Other.LI.end() || OtherI->start >= MBBEnd)
1701 const Val &OV = Other.Vals[OtherI->valno->id];