Home | History | Annotate | Download | only in CodeGen

Lines Matching full:otheri

2264   LiveInterval::iterator OtherI = Other.LR.find(VNI->def);
2265 assert(OtherI != Other.LR.end() && "No conflict?");
2267 // OtherI is pointing to a tainted value. Abort the join if the tainted
2269 SlotIndex End = OtherI->end;
2272 << OtherI->valno->id << '@' << OtherI->start << '\n');
2276 << OtherI->valno->id << '@' << OtherI->start
2284 if (++OtherI == Other.LR.end() || OtherI->start >= MBBEnd)
2288 const Val &OV = Other.Vals[OtherI->valno->id];