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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2833 LiveInterval::iterator OtherI = Other.LR.find(VNI->def); local
2834 assert(OtherI != Other.LR.end() && "No conflict?");
2836 // OtherI is pointing to a tainted value. Abort the join if the tainted
2838 SlotIndex End = OtherI->end;
2841 << OtherI->valno->id << '@' << OtherI->start << '\n');
2845 << OtherI->valno->id << '@' << OtherI->start << " to "
2853 if (++OtherI == Other.LR.end() || OtherI
[all...]

Completed in 123 milliseconds