ΒΆtemplate <typename IterT>
inline auto instructionsWithoutDebug(
    IterT It,
    IterT End,
    bool SkipPseudoOp = true)

Description

Construct a range iterator which begins at \p It and moves forwards until\p End is reached, skipping any debug instructions.

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

Templates

IterT

Parameters

IterT It
IterT End
bool SkipPseudoOp = true