class AllowedRegVector

Declaration

class AllowedRegVector { /* full declaration omitted */ };

Description

Holds a vector of the allowed physical regs for a vreg.

Declared at: llvm/include/llvm/CodeGen/RegAllocPBQP.h:92

Method Overview

Methods

AllowedRegVector()

Declared at: llvm/include/llvm/CodeGen/RegAllocPBQP.h:96

AllowedRegVector(
    llvm::PBQP::RegAlloc::AllowedRegVector&&)

Declared at: llvm/include/llvm/CodeGen/RegAllocPBQP.h:97

Parameters

llvm::PBQP::RegAlloc::AllowedRegVector&&

AllowedRegVector(
    const std::vector<unsigned int>& OptVec)

Declared at: llvm/include/llvm/CodeGen/RegAllocPBQP.h:99

Parameters

const std::vector<unsigned int>& OptVec

unsigned int size() const

Declared at: llvm/include/llvm/CodeGen/RegAllocPBQP.h:104