|
LLVM 24.0.0git
|
#include "llvm/CodeGen/MIRYamlMapping.h"
Public Member Functions | |
| bool | operator== (const MachineFunctionLiveIn &Other) const |
Public Attributes | |
| StringValue | Register |
| StringValue | VirtualRegister |
Definition at line 248 of file MIRYamlMapping.h.
|
inline |
Definition at line 252 of file MIRYamlMapping.h.
References llvm::Other, Register, and VirtualRegister.
| StringValue llvm::yaml::MachineFunctionLiveIn::Register |
Definition at line 249 of file MIRYamlMapping.h.
Referenced by convertMRI(), llvm::yaml::MappingTraits< MachineFunctionLiveIn >::mapping(), and operator==().
| StringValue llvm::yaml::MachineFunctionLiveIn::VirtualRegister |
Definition at line 250 of file MIRYamlMapping.h.
Referenced by convertMRI(), llvm::yaml::MappingTraits< MachineFunctionLiveIn >::mapping(), and operator==().