LLVM API Documentation
#include <MachineInstr.h>
Inheritance diagram for llvm::MachineInstr::ValOpIterator< MITy, VTy >:
Public Types | |
typedef ValOpIterator< MITy, VTy > | _Self |
Public Member Functions | |
VTy | operator * () const |
const MachineOperand & | getMachineOperand () const |
MachineOperand & | getMachineOperand () |
VTy | operator-> () const |
bool | isUse () const |
bool | isDef () const |
_Self & | operator++ () |
_Self | operator++ (int) |
bool | operator== (const _Self &y) const |
bool | operator!= (const _Self &y) const |
Static Public Member Functions | |
static _Self | begin (MITy MI) |
static _Self | end (MITy MI) |
Definition at line 705 of file MachineInstr.h.
|
Definition at line 722 of file MachineInstr.h. |
|
Definition at line 746 of file MachineInstr.h. Referenced by llvm::MachineInstr::begin(). |
|
Definition at line 749 of file MachineInstr.h. Referenced by llvm::MachineInstr::end(). |
|
Definition at line 729 of file MachineInstr.h. |
|
Definition at line 728 of file MachineInstr.h. |
|
Definition at line 734 of file MachineInstr.h. Referenced by llvm::LiveRangeInfo::coalesceLRs(). |
|
Definition at line 733 of file MachineInstr.h. |
|
Definition at line 724 of file MachineInstr.h. Referenced by llvm::MachineInstr::ValOpIterator< MITy, VTy >::operator->(). |
|
Definition at line 742 of file MachineInstr.h. References llvm::MachineInstr::ValOpIterator< MITy, VTy >::operator==(). |
|
Definition at line 737 of file MachineInstr.h. |
|
Definition at line 736 of file MachineInstr.h. |
|
Definition at line 731 of file MachineInstr.h. References llvm::MachineInstr::ValOpIterator< MITy, VTy >::operator *(). |
|
Definition at line 739 of file MachineInstr.h. References llvm::MachineInstr::ValOpIterator< MITy, VTy >::i. Referenced by llvm::MachineInstr::ValOpIterator< MITy, VTy >::operator!=(). |