LLVM 22.0.0git
llvm::MachineBasicBlock::liveout_iterator Class Reference

#include "llvm/CodeGen/MachineBasicBlock.h"

Public Types

using iterator_category = std::input_iterator_tag
using difference_type = std::ptrdiff_t
using value_type = RegisterMaskPair
using pointer = const RegisterMaskPair *
using reference = const RegisterMaskPair &

Public Member Functions

 liveout_iterator (const MachineBasicBlock &MBB, MCPhysReg ExceptionPointer, MCPhysReg ExceptionSelector, bool End)
liveout_iteratoroperator++ ()
liveout_iterator operator++ (int)
reference operator* () const
pointer operator-> () const
bool operator== (const liveout_iterator &RHS) const
bool operator!= (const liveout_iterator &RHS) const

Detailed Description

Definition at line 537 of file MachineBasicBlock.h.

Member Typedef Documentation

◆ difference_type

Definition at line 540 of file MachineBasicBlock.h.

◆ iterator_category

Definition at line 539 of file MachineBasicBlock.h.

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ liveout_iterator()

llvm::MachineBasicBlock::liveout_iterator::liveout_iterator ( const MachineBasicBlock & MBB,
MCPhysReg ExceptionPointer,
MCPhysReg ExceptionSelector,
bool End )
inline

Member Function Documentation

◆ operator!=()

bool llvm::MachineBasicBlock::liveout_iterator::operator!= ( const liveout_iterator & RHS) const
inline

Definition at line 593 of file MachineBasicBlock.h.

References liveout_iterator(), and RHS.

◆ operator*()

reference llvm::MachineBasicBlock::liveout_iterator::operator* ( ) const
inline

Definition at line 579 of file MachineBasicBlock.h.

◆ operator++() [1/2]

liveout_iterator & llvm::MachineBasicBlock::liveout_iterator::operator++ ( )
inline

Definition at line 562 of file MachineBasicBlock.h.

References liveout_iterator().

◆ operator++() [2/2]

liveout_iterator llvm::MachineBasicBlock::liveout_iterator::operator++ ( int )
inline

Definition at line 573 of file MachineBasicBlock.h.

References liveout_iterator().

◆ operator->()

pointer llvm::MachineBasicBlock::liveout_iterator::operator-> ( ) const
inline

Definition at line 583 of file MachineBasicBlock.h.

◆ operator==()

bool llvm::MachineBasicBlock::liveout_iterator::operator== ( const liveout_iterator & RHS) const
inline

Definition at line 587 of file MachineBasicBlock.h.

References liveout_iterator(), and RHS.


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