Iterator over non‐debug defs and uses of a register, stepping by bundle.
Synopsis
Declared in <llvm/CodeGen/MachineRegisterInfo.h>
using reg_bundle_nodbg_iterator = defusechain_instr_iterator<true, true, true, false>;
Description
Walk all defs and uses of the specified register, stepping by bundle, skipping those marked as Debug.
Created with MrDocs