Scan instructions immediately following MI and collect any matching DBG_VALUEs.
Synopsis
Declared in <llvm/CodeGen/MachineInstr.h>
void
collectDebugValues(SmallVectorImpl<MachineInstr*>& DbgValues);
Parameters
Name |
Description |
DbgValues |
This class consists of common code factored out of the SmallVector class to reduce code duplication based on the SmallVector 'N' template parameter. |
Created with MrDocs