class LiveIntervalUnion::Array
Declaration
class LiveIntervalUnion::Array { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/LiveIntervalUnion.h:169
Method Overview
- public Array()
- public void clear()
- public void init(LiveIntervalUnion::Allocator &, unsigned int Size)
- public unsigned int size() const
- public ~Array()
Methods
¶Array()
Array()
Declared at: llvm/include/llvm/CodeGen/LiveIntervalUnion.h:174
¶void clear()
void clear()
Declared at: llvm/include/llvm/CodeGen/LiveIntervalUnion.h:183
¶void init(LiveIntervalUnion::Allocator&,
unsigned int Size)
void init(LiveIntervalUnion::Allocator&,
unsigned int Size)
Declared at: llvm/include/llvm/CodeGen/LiveIntervalUnion.h:179
Parameters
- LiveIntervalUnion::Allocator&
- unsigned int Size
¶unsigned int size() const
unsigned int size() const
Declared at: llvm/include/llvm/CodeGen/LiveIntervalUnion.h:181
¶~Array()
~Array()
Declared at: llvm/include/llvm/CodeGen/LiveIntervalUnion.h:175