Home
last modified time | relevance | path

Searched refs:OtherI (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3078 LiveInterval::iterator OtherI = Other.LR.find(VNI->def); in taintExtent() local
3079 assert(OtherI != Other.LR.end() && "No conflict?"); in taintExtent()
3083 SlotIndex End = OtherI->end; in taintExtent()
3086 << OtherI->valno->id << '@' << OtherI->start << '\n'); in taintExtent()
3090 << OtherI->valno->id << '@' << OtherI->start << " to " in taintExtent()
3098 if (++OtherI == Other.LR.end() || OtherI->start >= MBBEnd) in taintExtent()
3102 const Val &OV = Other.Vals[OtherI->valno->id]; in taintExtent()