Home | History | Annotate | Download | only in CodeGen

Lines Matching full:otheri

1735   LiveInterval::iterator OtherI = Other.LI.find(VNI->def);
1736 assert(OtherI != Other.LI.end() && "No conflict?");
1738 // OtherI is pointing to a tainted value. Abort the join if the tainted
1740 SlotIndex End = OtherI->end;
1743 << OtherI->valno->id << '@' << OtherI->start << '\n');
1747 << OtherI->valno->id << '@' << OtherI->start
1755 if (++OtherI == Other.LI.end() || OtherI->start >= MBBEnd)
1759 const Val &OV = Other.Vals[OtherI->valno->id];