ΒΆtemplate <typename IterT>
inline IterT next_nodbg(IterT It,
IterT End,
bool SkipPseudoOp = true)
template <typename IterT>
inline IterT next_nodbg(IterT It,
IterT End,
bool SkipPseudoOp = true)
Description
Increment \p It, then continue incrementing it while it points to a debug instruction. A replacement for std::next.
Declared at: llvm/include/llvm/CodeGen/MachineBasicBlock.h:1262
Templates
- IterT
Parameters
- IterT It
- IterT End
- bool SkipPseudoOp = true