LLVM 20.0.0git
|
#include "llvm/CodeGen/MachineFunction.h"
Public Attributes | |
SmallVector< ArgRegPair, 1 > | ArgRegPairs |
Vector of call argument and its forwarding register. | |
Definition at line 486 of file MachineFunction.h.
SmallVector<ArgRegPair, 1> llvm::MachineFunction::CallSiteInfo::ArgRegPairs |
Vector of call argument and its forwarding register.
Definition at line 488 of file MachineFunction.h.
Referenced by llvm::MIRParserImpl::initializeCallSiteInfo().