Returns a range of all of the operands that correspond to a debug use of Reg.
Declared in <llvm/CodeGen/MachineInstr.h>
Returns a range of all of the operands that correspond to a debug use of Reg.
iterator_range<filter_iterator<MachineOperand const*, std::function<bool(MachineOperand const&)>>>
getDebugOperandsForReg(Register Reg) const;
» more...
iterator_range<filter_iterator<MachineOperand*, std::function<bool(MachineOperand&)>>>
getDebugOperandsForReg(Register Reg);
» more...