Searched refs:OtherI (Results 1 – 1 of 1) sorted by relevance
2190 LiveInterval::iterator OtherI = Other.LR.find(VNI->def); in taintExtent() local2191 assert(OtherI != Other.LR.end() && "No conflict?"); in taintExtent()2195 SlotIndex End = OtherI->end; in taintExtent()2198 << OtherI->valno->id << '@' << OtherI->start << '\n'); in taintExtent()2202 << OtherI->valno->id << '@' << OtherI->start in taintExtent()2210 if (++OtherI == Other.LR.end() || OtherI->start >= MBBEnd) in taintExtent()2214 const Val &OV = Other.Vals[OtherI->valno->id]; in taintExtent()