Return an iterator to the first non‐debug instruction that defs or uses RegNo.

Synopsis

Declared in <llvm/CodeGen/MachineRegisterInfo.h>

reg_instr_nodbg_iterator
reg_instr_nodbg_begin(Register RegNo) const;

Return Value

Iterator to the first non‐debug instruction that defs or uses RegNo.

Parameters

Name

Description

RegNo

Register whose non‐debug def/use instructions are iterated.

Created with MrDocs