LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachineFunction::CallSiteInfo Struct Reference

#include "llvm/CodeGen/MachineFunction.h"

Public Attributes

SmallVector< ArgRegPair, 1 > ArgRegPairs
 Vector of call argument and its forwarding register.
 

Detailed Description

Definition at line 485 of file MachineFunction.h.

Member Data Documentation

◆ ArgRegPairs

SmallVector<ArgRegPair, 1> llvm::MachineFunction::CallSiteInfo::ArgRegPairs

Vector of call argument and its forwarding register.

Definition at line 487 of file MachineFunction.h.

Referenced by llvm::MIRParserImpl::initializeCallSiteInfo().


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