|
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 228 of file MIRYamlMapping.h.
|
inline |
Definition at line 232 of file MIRYamlMapping.h.
References llvm::Other, Register, and VirtualRegister.
| StringValue llvm::yaml::MachineFunctionLiveIn::Register |
Definition at line 229 of file MIRYamlMapping.h.
Referenced by convertMRI(), llvm::yaml::MappingTraits< MachineFunctionLiveIn >::mapping(), and operator==().
| StringValue llvm::yaml::MachineFunctionLiveIn::VirtualRegister |
Definition at line 230 of file MIRYamlMapping.h.
Referenced by convertMRI(), llvm::yaml::MappingTraits< MachineFunctionLiveIn >::mapping(), and operator==().