Retarget DBG_VALUEs that refer to this instruction's def to Reg.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

void
changeDebugValuesDefReg(Register Reg);

Parameters

Name

Description

Reg

Register that should replace this instruction's defined register.

Created with MrDocs