LLVM
8.0.1
|
Public Member Functions | |
TypedVReg (unsigned reg) | |
TypedVReg (VRType type) | |
bool | isReg () const |
bool | isFrameIndex () const |
bool | isCandidate () const |
VRType | getType () const |
unsigned | getReg () const |
Definition at line 76 of file MIRCanonicalizerPass.cpp.
|
inline |
Definition at line 81 of file MIRCanonicalizerPass.cpp.
|
inline |
Definition at line 82 of file MIRCanonicalizerPass.cpp.
|
inline |
Definition at line 91 of file MIRCanonicalizerPass.cpp.
References assert(), and isReg().
Referenced by doCandidateWalk().
|
inline |
Definition at line 90 of file MIRCanonicalizerPass.cpp.
|
inline |
Definition at line 88 of file MIRCanonicalizerPass.cpp.
References RSE_NewCandidate.
|
inline |
Definition at line 87 of file MIRCanonicalizerPass.cpp.
References RSE_FrameIndex.
|
inline |
Definition at line 86 of file MIRCanonicalizerPass.cpp.
References RSE_Reg.
Referenced by doCandidateWalk().