reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/RegisterCoalescer.cpp
 2557   if (VNInfo *OtherVNI = OtherLRQ.valueDefined()) {
 2564     else if (VNI->def < OtherVNI->def && OtherLRQ.valueIn()) {
 2567       V.OtherVNI = OtherLRQ.valueIn();
 2588   V.OtherVNI = OtherLRQ.valueIn();
 2647   if (OtherLRQ.isKill() && OtherLRQ.endPoint() <= VNI->def)
 2647   if (OtherLRQ.isKill() && OtherLRQ.endPoint() <= VNI->def)
 2689   if (OtherLRQ.isKill()) {
 2707   if (OtherLRQ.endPoint() >= Indexes->getMBBEndIdx(MBB))