class AllocationOrder::Iterator

Declaration

class AllocationOrder::Iterator { /* full declaration omitted */ };

Description

Forward iterator for an AllocationOrder.

Declared at: llvm/lib/CodeGen/AllocationOrder.h:44

Member Variables

private const llvm::AllocationOrder& AO
private int Pos = 0

Method Overview

  • public Iterator(const llvm::AllocationOrder & AO, int Pos)
  • public bool isHint() const

Methods

Iterator(const llvm::AllocationOrder& AO, int Pos)

Declared at: llvm/lib/CodeGen/AllocationOrder.h:49

Parameters

const llvm::AllocationOrder& AO
int Pos

bool isHint() const

Description

Return true if the curent position is that of a preferred register.

Declared at: llvm/lib/CodeGen/AllocationOrder.h:52