Collect matching DBG_VALUEs that immediately follow this instruction.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

void
collectDebugValues(SmallVectorImpl<MachineInstr*>& DbgValues);

Parameters

Name

Description

DbgValues

Output vector that receives the collected debug values.

Created with MrDocs