LLVM: llvm::yaml::MachineFunctionLiveIn Struct Reference (original) (raw)

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

Public Member Functions
bool operator== (const MachineFunctionLiveIn &Other) const
Public Attributes
StringValue Register
StringValue VirtualRegister

Detailed Description

Definition at line 217 of file MIRYamlMapping.h.

Member Function Documentation

operator==()

bool llvm::yaml::MachineFunctionLiveIn::operator== ( const MachineFunctionLiveIn & Other) const inline

Definition at line 221 of file MIRYamlMapping.h.

References llvm::Other, Register, and VirtualRegister.

Member Data Documentation

Register

StringValue llvm::yaml::MachineFunctionLiveIn::Register

Definition at line 218 of file MIRYamlMapping.h.

Referenced by convertMRI(), llvm::yaml::MappingTraits< MachineFunctionLiveIn >::mapping(), and operator==().

VirtualRegister

StringValue llvm::yaml::MachineFunctionLiveIn::VirtualRegister

Definition at line 219 of file MIRYamlMapping.h.

Referenced by convertMRI(), llvm::yaml::MappingTraits< MachineFunctionLiveIn >::mapping(), and operator==().


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