class LiveIntervalUnion::Array

Declaration

class LiveIntervalUnion::Array { /* full declaration omitted */ };

Declared at: llvm/include/llvm/CodeGen/LiveIntervalUnion.h:171

Member Variables

private unsigned int Size = 0
private llvm::LiveIntervalUnion* LIUs = nullptr

Method Overview

  • public Array()
  • public void clear()
  • public void init(LiveIntervalUnion::Allocator &, unsigned int Size)
  • public unsigned int size() const
  • public ~Array()

Methods

Array()

Declared at: llvm/include/llvm/CodeGen/LiveIntervalUnion.h:176

void clear()

Declared at: llvm/include/llvm/CodeGen/LiveIntervalUnion.h:185

void init(LiveIntervalUnion::Allocator&,
          unsigned int Size)

Declared at: llvm/include/llvm/CodeGen/LiveIntervalUnion.h:181

Parameters

LiveIntervalUnion::Allocator&
unsigned int Size

unsigned int size() const

Declared at: llvm/include/llvm/CodeGen/LiveIntervalUnion.h:183

~Array()

Declared at: llvm/include/llvm/CodeGen/LiveIntervalUnion.h:177