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

References

lib/CodeGen/RegisterCoalescer.cpp
 2486   if (VNI->isUnused()) {
 2493   if (VNI->isPHIDef()) {
 2499     DefMI = Indexes->getInstructionFromIndex(VNI->def);
 2528         V.RedefVNI = LR.Query(VNI->def).valueIn();
 2551   LiveQueryResult OtherLRQ = Other.LR.Query(VNI->def);
 2558     assert(SlotIndex::isSameInstr(VNI->def, OtherVNI->def) && "Broken LRQ");
 2562     if (OtherVNI->def < VNI->def)
 2564     else if (VNI->def < OtherVNI->def && OtherLRQ.valueIn()) {
 2578     if (VNI->isPHIDef())
 2593   assert(!SlotIndex::isSameInstr(VNI->def, V.OtherVNI->def) && "Broken LRQ");
 2623   if (VNI->isPHIDef())
 2647   if (OtherLRQ.isKill() && OtherLRQ.endPoint() <= VNI->def)
 2656       valuesIdentical(VNI, V.OtherVNI, Other)) {
 2691     assert(VNI->def.isEarlyClobber() &&
 2706   MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def);