LLVM: llvm::LiveIntervalUnion::Array Class Reference (original) (raw)

#include "[llvm/CodeGen/LiveIntervalUnion.h](LiveIntervalUnion%5F8h%5Fsource.html)"

Public Member Functions
Array ()=default
~Array ()
Array (Array &&Other)
Array (const Array &)=delete
void init (LiveIntervalUnion::Allocator &, unsigned Size)
unsigned size () const
void clear ()
LiveIntervalUnion & operator[] (MCRegUnit Unit)
const LiveIntervalUnion & operator[] (MCRegUnit Unit) const

Definition at line 171 of file LiveIntervalUnion.h.

Array() [1/3]

llvm::LiveIntervalUnion::Array::Array ( ) default
llvm::LiveIntervalUnion::Array::~Array ( ) inline

Array() [2/3]

llvm::LiveIntervalUnion::Array::Array ( Array && Other) inline

Array() [3/3]

llvm::LiveIntervalUnion::Array::Array ( const Array & ) delete

References Array().

clear()

void LiveIntervalUnion::Array::clear ( )

init()

operator[]() [1/2]

LiveIntervalUnion & llvm::LiveIntervalUnion::Array::operator[] ( MCRegUnit Unit) inline

operator[]() [2/2]

size()

unsigned llvm::LiveIntervalUnion::Array::size ( ) const inline

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