LLVM API Documentation

Public Member Functions
llvm::PSetIterator Class Reference

#include <MachineRegisterInfo.h>

List of all members.

Public Member Functions

 PSetIterator ()
 PSetIterator (unsigned RegUnit, const MachineRegisterInfo *MRI)
bool isValid () const
unsigned getWeight () const
unsigned operator* () const
void operator++ ()

Detailed Description

Iterate over the pressure sets affected by the given physical or virtual register. If Reg is physical, it must be a register unit (from MCRegUnitIterator).

Definition at line 976 of file MachineRegisterInfo.h.


Constructor & Destructor Documentation

Definition at line 980 of file MachineRegisterInfo.h.


Member Function Documentation

bool llvm::PSetIterator::isValid ( ) const [inline]
unsigned llvm::PSetIterator::operator* ( ) const [inline]

Definition at line 999 of file MachineRegisterInfo.h.

void llvm::PSetIterator::operator++ ( ) [inline]

Definition at line 1001 of file MachineRegisterInfo.h.

References isValid().


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