LLVM 20.0.0git
|
Holds a vector of the allowed physical regs for a vreg. More...
#include "llvm/CodeGen/RegAllocPBQP.h"
Public Member Functions | |
AllowedRegVector ()=default | |
AllowedRegVector (AllowedRegVector &&)=default | |
AllowedRegVector (const std::vector< MCRegister > &OptVec) | |
unsigned | size () const |
MCRegister | operator[] (size_t I) const |
bool | operator== (const AllowedRegVector &Other) const |
bool | operator!= (const AllowedRegVector &Other) const |
Friends | |
hash_code | hash_value (const AllowedRegVector &) |
Holds a vector of the allowed physical regs for a vreg.
Definition at line 94 of file RegAllocPBQP.h.
|
default |
|
default |
|
inline |
Definition at line 101 of file RegAllocPBQP.h.
|
inline |
Definition at line 115 of file RegAllocPBQP.h.
References llvm::Other.
|
inline |
Definition at line 109 of file RegAllocPBQP.h.
References llvm::Other.
|
inline |
Definition at line 107 of file RegAllocPBQP.h.
References I.
|
inline |
Definition at line 106 of file RegAllocPBQP.h.
|
friend |
Definition at line 124 of file RegAllocPBQP.h.