LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::ForwardedRegister Struct Reference

Describes a register that needs to be forwarded from the prologue to a musttail call. More...

#include <CallingConvLower.h>

Collaboration diagram for llvm::ForwardedRegister:
[legend]

Public Member Functions

 ForwardedRegister (unsigned VReg, MCPhysReg PReg, MVT VT)
 

Public Attributes

unsigned VReg
 
MCPhysReg PReg
 
MVT VT
 

Detailed Description

Describes a register that needs to be forwarded from the prologue to a musttail call.

Definition at line 165 of file CallingConvLower.h.

Constructor & Destructor Documentation

llvm::ForwardedRegister::ForwardedRegister ( unsigned  VReg,
MCPhysReg  PReg,
MVT  VT 
)
inline

Definition at line 166 of file CallingConvLower.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: