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

#include <ipgraph.hpp>

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

Public Member Functions

 ~FunctionVariable () noexcept override
 
 FunctionVariable (FunctionNode *node)
 
FunctionNodefunction () const noexcept
 
- Public Member Functions inherited from jlm::llvm::GlobalVariable
 ~GlobalVariable () noexcept override
 
 GlobalVariable (std::shared_ptr< const jlm::rvsdg::Type > type, const std::string &name)
 
- 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
 

Private Attributes

FunctionNodenode_
 

Detailed Description

Definition at line 241 of file ipgraph.hpp.

Constructor & Destructor Documentation

◆ ~FunctionVariable()

jlm::llvm::FunctionVariable::~FunctionVariable ( )
overridedefaultnoexcept

◆ FunctionVariable()

jlm::llvm::FunctionVariable::FunctionVariable ( FunctionNode node)
inlineexplicit

Definition at line 246 of file ipgraph.hpp.

Member Function Documentation

◆ function()

FunctionNode* jlm::llvm::FunctionVariable::function ( ) const
inlinenoexcept

Definition at line 252 of file ipgraph.hpp.

Member Data Documentation

◆ node_

FunctionNode* jlm::llvm::FunctionVariable::node_
private

Definition at line 258 of file ipgraph.hpp.


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