|
LLVM 22.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 217 of file MIRYamlMapping.h.
|
inline |
Definition at line 221 of file MIRYamlMapping.h.
References llvm::Other, Register, and VirtualRegister.
| StringValue llvm::yaml::MachineFunctionLiveIn::Register |
Definition at line 218 of file MIRYamlMapping.h.
Referenced by convertMRI(), llvm::yaml::MappingTraits< MachineFunctionLiveIn >::mapping(), and operator==().
| StringValue llvm::yaml::MachineFunctionLiveIn::VirtualRegister |
Definition at line 219 of file MIRYamlMapping.h.
Referenced by convertMRI(), llvm::yaml::MappingTraits< MachineFunctionLiveIn >::mapping(), and operator==().