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
- public AllowedRegVector()
- public AllowedRegVector(llvm::PBQP::RegAlloc::AllowedRegVector &&)
- public AllowedRegVector(const std::vector<unsigned int> & OptVec)
- public unsigned int size() const
Methods
¶AllowedRegVector()
AllowedRegVector()
Declared at: llvm/include/llvm/CodeGen/RegAllocPBQP.h:96
¶AllowedRegVector(
llvm::PBQP::RegAlloc::AllowedRegVector&&)
AllowedRegVector(
llvm::PBQP::RegAlloc::AllowedRegVector&&)
Declared at: llvm/include/llvm/CodeGen/RegAllocPBQP.h:97
Parameters
¶AllowedRegVector(
const std::vector<unsigned int>& OptVec)
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
unsigned int size() const
Declared at: llvm/include/llvm/CodeGen/RegAllocPBQP.h:104