ΒΆtemplate <class IterT>
inline IterT skipDebugInstructionsBackward(
IterT It,
IterT Begin)
template <class IterT>
inline IterT skipDebugInstructionsBackward(
IterT It,
IterT Begin)
Description
Decrement \p It until it points to a non-debug instruction or to \p Begin 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:958
Templates
- IterT
Parameters
- IterT It
- IterT Begin