LLVM: llvm::MachineFunction::ArgRegPair Struct Reference (original) (raw)

Structure used to represent pair of argument number after call lowering and register used to transfer that argument. More...

#include "[llvm/CodeGen/MachineFunction.h](MachineFunction%5F8h%5Fsource.html)"

Detailed Description

Structure used to represent pair of argument number after call lowering and register used to transfer that argument.

For now we support only cases when argument is transferred through one register.

Definition at line 507 of file MachineFunction.h.

Constructor & Destructor Documentation

Member Data Documentation

ArgNo

uint16_t llvm::MachineFunction::ArgRegPair::ArgNo

Reg

Register llvm::MachineFunction::ArgRegPair::Reg


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