LLVM
8.0.1
|
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< unsigned > &OptVec) | |
unsigned | size () const |
unsigned | 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 93 of file RegAllocPBQP.h.
|
default |
|
default |
|
inline |
Definition at line 100 of file RegAllocPBQP.h.
References llvm::copy().
|
inline |
Definition at line 114 of file RegAllocPBQP.h.
|
inline |
Definition at line 108 of file RegAllocPBQP.h.
References llvm::lltok::equal.
Definition at line 106 of file RegAllocPBQP.h.
References I.
|
inline |
Definition at line 105 of file RegAllocPBQP.h.
|
friend |
Definition at line 123 of file RegAllocPBQP.h.