|
LLVM
3.7.0
|
Holds a vector of the allowed physical regs for a vreg. More...
#include <RegAllocPBQP.h>
Public Member Functions | |
| AllowedRegVector () | |
| AllowedRegVector (const std::vector< unsigned > &OptVec) | |
| AllowedRegVector (const AllowedRegVector &Other) | |
| AllowedRegVector (AllowedRegVector &&Other) | |
| AllowedRegVector & | operator= (const AllowedRegVector &Other) |
| AllowedRegVector & | operator= (AllowedRegVector &&Other) |
| 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 80 of file RegAllocPBQP.h.
|
inline |
Definition at line 84 of file RegAllocPBQP.h.
|
inline |
Definition at line 86 of file RegAllocPBQP.h.
|
inline |
Definition at line 91 of file RegAllocPBQP.h.
|
inline |
Definition at line 96 of file RegAllocPBQP.h.
|
inline |
Definition at line 121 of file RegAllocPBQP.h.
References Other.
|
inline |
Definition at line 99 of file RegAllocPBQP.h.
|
inline |
Definition at line 106 of file RegAllocPBQP.h.
References Other.
|
inline |
Definition at line 115 of file RegAllocPBQP.h.
References llvm::lltok::equal.
|
inline |
Definition at line 113 of file RegAllocPBQP.h.
References I.
|
inline |
Definition at line 112 of file RegAllocPBQP.h.
|
friend |
Definition at line 130 of file RegAllocPBQP.h.
1.8.6