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

References

lib/CodeGen/LiveInterval.cpp
  975   for (const MachineOperand &MO : MRI.def_operands(reg)) {
lib/CodeGen/LiveRangeCalc.cpp
  152   for (MachineOperand &MO : MRI->def_operands(Reg))
lib/CodeGen/RegAllocGreedy.cpp
 2513   for (const MachineOperand &MO : MRI->def_operands(reg))
lib/Target/AMDGPU/SIPeepholeSDWA.cpp
  530     for (const MachineOperand &Def : MRI->def_operands(Op.getReg())) {