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

References

lib/CodeGen/RegisterCoalescer.cpp
 2558     assert(SlotIndex::isSameInstr(VNI->def, OtherVNI->def) && "Broken LRQ");
 2562     if (OtherVNI->def < VNI->def)
 2563       Other.computeAssignment(OtherVNI->id, *this);
 2564     else if (VNI->def < OtherVNI->def && OtherLRQ.valueIn()) {
 2570     V.OtherVNI = OtherVNI;
 2571     Val &OtherV = Other.Vals[OtherVNI->id];