|
LLVM
4.0.0
|
Describes a register that needs to be forwarded from the prologue to a musttail call. More...
#include <CallingConvLower.h>
Public Member Functions | |
| ForwardedRegister (unsigned VReg, MCPhysReg PReg, MVT VT) | |
Public Attributes | |
| unsigned | VReg |
| MCPhysReg | PReg |
| MVT | VT |
Describes a register that needs to be forwarded from the prologue to a musttail call.
Definition at line 165 of file CallingConvLower.h.
Definition at line 166 of file CallingConvLower.h.
| MCPhysReg llvm::ForwardedRegister::PReg |
Definition at line 169 of file CallingConvLower.h.
| unsigned llvm::ForwardedRegister::VReg |
Definition at line 168 of file CallingConvLower.h.
| MVT llvm::ForwardedRegister::VT |
Definition at line 170 of file CallingConvLower.h.
1.8.6