ΒΆtemplate <typename IterT>
inline IterT skipDebugInstructionsForward(
    IterT It,
    IterT End)

Description

Increment \p It until it points to a non-debug instruction or to \p End and return the resulting iterator. This function should only be used MachineBasicBlock::{iterator, const_iterator, instr_iterator, const_instr_iterator} and the respective reverse iterators.

Declared at: llvm/include/llvm/CodeGen/MachineBasicBlock.h:947

Templates

IterT

Parameters

IterT It
IterT End