LLVM
8.0.1
|
#include "llvm/CodeGen/MIRYamlMapping.h"
Public Member Functions | |
bool | operator== (const MachineFunctionLiveIn &Other) const |
Public Attributes | |
StringValue | Register |
StringValue | VirtualRegister |
Definition at line 178 of file MIRYamlMapping.h.
|
inline |
Definition at line 182 of file MIRYamlMapping.h.
References Register, and VirtualRegister.
StringValue llvm::yaml::MachineFunctionLiveIn::Register |
Definition at line 179 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convert(), llvm::yaml::MappingTraits< MachineFunctionLiveIn >::mapping(), and operator==().
StringValue llvm::yaml::MachineFunctionLiveIn::VirtualRegister |
Definition at line 180 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convert(), llvm::yaml::MappingTraits< MachineFunctionLiveIn >::mapping(), and operator==().