LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::LiveIntervalUnion::Array Class Reference

#include <LiveIntervalUnion.h>

Public Member Functions

 Array ()
 
 ~Array ()
 
void init (LiveIntervalUnion::Allocator &, unsigned Size)
 
unsigned size () const
 
void clear ()
 
LiveIntervalUnionoperator[] (unsigned idx)
 

Detailed Description

Definition at line 181 of file LiveIntervalUnion.h.

Constructor & Destructor Documentation

llvm::LiveIntervalUnion::Array::Array ( )
inline

Definition at line 185 of file LiveIntervalUnion.h.

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

Definition at line 186 of file LiveIntervalUnion.h.

References llvm::LiveIntervalUnion::Query::clear().

Member Function Documentation

void LiveIntervalUnion::Array::clear ( )
void LiveIntervalUnion::Array::init ( LiveIntervalUnion::Allocator Alloc,
unsigned  Size 
)
LiveIntervalUnion& llvm::LiveIntervalUnion::Array::operator[] ( unsigned  idx)
inline

Definition at line 196 of file LiveIntervalUnion.h.

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

Definition at line 192 of file LiveIntervalUnion.h.


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