|
LLVM 23.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 243 of file MIRYamlMapping.h.
|
inline |
Definition at line 247 of file MIRYamlMapping.h.
References llvm::Other, Register, and VirtualRegister.
| StringValue llvm::yaml::MachineFunctionLiveIn::Register |
Definition at line 244 of file MIRYamlMapping.h.
Referenced by convertMRI(), llvm::yaml::MappingTraits< MachineFunctionLiveIn >::mapping(), and operator==().
| StringValue llvm::yaml::MachineFunctionLiveIn::VirtualRegister |
Definition at line 245 of file MIRYamlMapping.h.
Referenced by convertMRI(), llvm::yaml::MappingTraits< MachineFunctionLiveIn >::mapping(), and operator==().