|
LLVM
3.7.0
|
MachineInstrSpan provides an interface to get an iteration range containing the instruction it was initialized with, along with all those instructions inserted prior to or following that instruction at some point after the MachineInstrSpan is constructed. More...
#include <MachineBasicBlock.h>
Public Member Functions | |
| MachineInstrSpan (MachineBasicBlock::iterator I) | |
| MachineBasicBlock::iterator | begin () |
| MachineBasicBlock::iterator | end () |
| bool | empty () |
| MachineBasicBlock::iterator | getInitial () |
MachineInstrSpan provides an interface to get an iteration range containing the instruction it was initialized with, along with all those instructions inserted prior to or following that instruction at some point after the MachineInstrSpan is constructed.
Definition at line 798 of file MachineBasicBlock.h.
|
inline |
Definition at line 802 of file MachineBasicBlock.h.
|
inline |
Definition at line 808 of file MachineBasicBlock.h.
References llvm::MachineBasicBlock::begin(), and llvm::MachineBasicBlock::end().
Referenced by empty().
|
inline |
Definition at line 812 of file MachineBasicBlock.h.
|
inline |
Definition at line 811 of file MachineBasicBlock.h.
Referenced by empty().
|
inline |
Definition at line 814 of file MachineBasicBlock.h.
1.8.6