struct ForwardedRegister

Declaration

struct ForwardedRegister { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/CodeGen/CallingConvLower.h:167

Member Variables

public unsigned int VReg
public llvm::MCPhysReg PReg
public llvm::MVT VT

Method Overview

Methods

ΒΆForwardedRegister(unsigned int VReg,
                  llvm::MCPhysReg PReg,
                  llvm::MVT VT)

Declared at: llvm/include/llvm/CodeGen/CallingConvLower.h:168

Parameters

unsigned int VReg
llvm::MCPhysReg PReg
llvm::MVT VT