LLVM 20.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, and VirtualRegister.
StringValue llvm::yaml::MachineFunctionLiveIn::Register |
Definition at line 218 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convert(), and llvm::yaml::MappingTraits< MachineFunctionLiveIn >::mapping().
StringValue llvm::yaml::MachineFunctionLiveIn::VirtualRegister |
Definition at line 219 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convert(), llvm::yaml::MappingTraits< MachineFunctionLiveIn >::mapping(), and operator==().