Jlm
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
jlm::llvm::ThreeAddressCodeVariable Class Referencefinal

#include <tac.hpp>

Inheritance diagram for jlm::llvm::ThreeAddressCodeVariable:
Inheritance graph
[legend]
Collaboration diagram for jlm::llvm::ThreeAddressCodeVariable:
Collaboration graph
[legend]

Public Member Functions

 ~ThreeAddressCodeVariable () noexcept override
 
 ThreeAddressCodeVariable (llvm::ThreeAddressCode *tac, std::shared_ptr< const jlm::rvsdg::Type > type, const std::string &name)
 
llvm::ThreeAddressCodetac () const noexcept
 
- Public Member Functions inherited from jlm::llvm::Variable
virtual ~Variable () noexcept
 
 Variable (std::shared_ptr< const jlm::rvsdg::Type > type, const std::string &name)
 
 Variable (Variable &&other) noexcept
 
Variableoperator= (Variable &&other) noexcept
 
virtual std::string debug_string () const
 
const std::string & name () const noexcept
 
const jlm::rvsdg::Typetype () const noexcept
 
const std::shared_ptr< const jlm::rvsdg::TypeType () const noexcept
 

Static Public Member Functions

static std::unique_ptr< ThreeAddressCodeVariablecreate (llvm::ThreeAddressCode *tac, std::shared_ptr< const jlm::rvsdg::Type > type, const std::string &name)
 

Private Attributes

llvm::ThreeAddressCodetac_
 

Detailed Description

Definition at line 22 of file tac.hpp.

Constructor & Destructor Documentation

◆ ~ThreeAddressCodeVariable()

jlm::llvm::ThreeAddressCodeVariable::~ThreeAddressCodeVariable ( )
overridedefaultnoexcept

◆ ThreeAddressCodeVariable()

jlm::llvm::ThreeAddressCodeVariable::ThreeAddressCodeVariable ( llvm::ThreeAddressCode tac,
std::shared_ptr< const jlm::rvsdg::Type type,
const std::string &  name 
)
inline

Definition at line 27 of file tac.hpp.

Member Function Documentation

◆ create()

static std::unique_ptr<ThreeAddressCodeVariable> jlm::llvm::ThreeAddressCodeVariable::create ( llvm::ThreeAddressCode tac,
std::shared_ptr< const jlm::rvsdg::Type type,
const std::string &  name 
)
inlinestatic

Definition at line 42 of file tac.hpp.

◆ tac()

llvm::ThreeAddressCode* jlm::llvm::ThreeAddressCodeVariable::tac ( ) const
inlinenoexcept

Definition at line 36 of file tac.hpp.

Member Data Documentation

◆ tac_

llvm::ThreeAddressCode* jlm::llvm::ThreeAddressCodeVariable::tac_
private

Definition at line 51 of file tac.hpp.


The documentation for this class was generated from the following files: