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.cpp3139 LiveInterval::iterator OtherI = Other.LR.find(VNI->def); in taintExtent() local
3140 assert(OtherI != Other.LR.end() && "No conflict?"); in taintExtent()
3144 SlotIndex End = OtherI->end; in taintExtent()
3147 << OtherI->valno->id << '@' << OtherI->start << '\n'); in taintExtent()
3151 << OtherI->valno->id << '@' << OtherI->start << " to " in taintExtent()
3159 if (++OtherI == Other.LR.end() || OtherI->start >= MBBEnd) in taintExtent()
3163 const Val &OV = Other.Vals[OtherI->valno->id]; in taintExtent()