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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterCoalescer.cpp1621 LiveInterval::iterator OtherI = Other.LI.find(VNI->def); local
1622 assert(OtherI != Other.LI.end() && "No conflict?");
1624 // OtherI is pointing to a tainted value. Abort the join if the tainted
1626 SlotIndex End = OtherI->end;
1629 << OtherI->valno->id << '@' << OtherI->start << '\n');
1633 << OtherI->valno->id << '@' << OtherI->start
1641 if (++OtherI == Other.LI.end() || OtherI
[all...]

Completed in 322 milliseconds