Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp2144 LiveInterval::iterator OtherI = Other.LR.find(VNI->def); in taintExtent() local
2145 assert(OtherI != Other.LR.end() && "No conflict?"); in taintExtent()
2149 SlotIndex End = OtherI->end; in taintExtent()
2152 << OtherI->valno->id << '@' << OtherI->start << '\n'); in taintExtent()
2156 << OtherI->valno->id << '@' << OtherI->start in taintExtent()
2164 if (++OtherI == Other.LR.end() || OtherI->start >= MBBEnd) in taintExtent()
2168 const Val &OV = Other.Vals[OtherI->valno->id]; in taintExtent()