LLVM  8.0.1
Public Member Functions | List of all members
llvm::MachineInstrSpan Class Reference

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 "llvm/CodeGen/MachineBasicBlock.h"

Public Member Functions

 MachineInstrSpan (MachineBasicBlock::iterator I)
 
MachineBasicBlock::iterator begin ()
 
MachineBasicBlock::iterator end ()
 
bool empty ()
 
MachineBasicBlock::iterator getInitial ()
 

Detailed Description

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 898 of file MachineBasicBlock.h.

Constructor & Destructor Documentation

◆ MachineInstrSpan()

llvm::MachineInstrSpan::MachineInstrSpan ( MachineBasicBlock::iterator  I)
inline

Definition at line 903 of file MachineBasicBlock.h.

Member Function Documentation

◆ begin()

MachineBasicBlock::iterator llvm::MachineInstrSpan::begin ( )
inline

◆ empty()

bool llvm::MachineInstrSpan::empty ( )
inline

◆ end()

MachineBasicBlock::iterator llvm::MachineInstrSpan::end ( )
inline

Definition at line 912 of file MachineBasicBlock.h.

References E.

Referenced by isFullUndefDef().

◆ getInitial()

MachineBasicBlock::iterator llvm::MachineInstrSpan::getInitial ( )
inline

Definition at line 915 of file MachineBasicBlock.h.

References I.


The documentation for this class was generated from the following file: