class VRegRenamer::NamedVReg
Declaration
class VRegRenamer::NamedVReg { /* full declaration omitted */ };
Declared at: llvm/lib/CodeGen/MIRVRegNamerUtils.h:32
Method Overview
- public NamedVReg(llvm::Register Reg, std::string Name = "")
- public NamedVReg(std::string Name = "")
- public const std::string & getName() const
- public llvm::Register getReg() const
Methods
¶NamedVReg(llvm::Register Reg,
std::string Name = "")
NamedVReg(llvm::Register Reg,
std::string Name = "")
Declared at: llvm/lib/CodeGen/MIRVRegNamerUtils.h:37
Parameters
- llvm::Register Reg
- std::string Name = ""
¶NamedVReg(std::string Name = "")
NamedVReg(std::string Name = "")
Declared at: llvm/lib/CodeGen/MIRVRegNamerUtils.h:38
Parameters
- std::string Name = ""
¶const std::string& getName() const
const std::string& getName() const
Declared at: llvm/lib/CodeGen/MIRVRegNamerUtils.h:40
¶llvm::Register getReg() const
llvm::Register getReg() const
Declared at: llvm/lib/CodeGen/MIRVRegNamerUtils.h:42