LLVM API Documentation

Public Member Functions | Public Attributes
llvm::X86MachineFunctionInfo::Forward Struct Reference

#include <X86MachineFunctionInfo.h>

Collaboration diagram for llvm::X86MachineFunctionInfo::Forward:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Forward (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 77 of file X86MachineFunctionInfo.h.


Constructor & Destructor Documentation

Definition at line 78 of file X86MachineFunctionInfo.h.


Member Data Documentation

Definition at line 81 of file X86MachineFunctionInfo.h.

Definition at line 80 of file X86MachineFunctionInfo.h.

Definition at line 82 of file X86MachineFunctionInfo.h.


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