LLVM
8.0.1
|
Describes a register that needs to be forwarded from the prologue to a musttail call. More...
#include "llvm/CodeGen/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 166 of file CallingConvLower.h.
Definition at line 167 of file CallingConvLower.h.
MCPhysReg llvm::ForwardedRegister::PReg |
Definition at line 170 of file CallingConvLower.h.
unsigned llvm::ForwardedRegister::VReg |
Definition at line 169 of file CallingConvLower.h.
MVT llvm::ForwardedRegister::VT |
Definition at line 171 of file CallingConvLower.h.