|
Jlm
|
#include <ipgraph.hpp>


Public Member Functions | |
| ~FunctionVariable () noexcept override | |
| FunctionVariable (FunctionNode *node) | |
| FunctionNode * | function () 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 | |
| Variable & | operator= (Variable &&other) noexcept |
| virtual std::string | debug_string () const |
| const std::string & | name () const noexcept |
| const jlm::rvsdg::Type & | type () const noexcept |
| const std::shared_ptr< const jlm::rvsdg::Type > | Type () const noexcept |
Private Attributes | |
| FunctionNode * | node_ |
Definition at line 241 of file ipgraph.hpp.
|
overridedefaultnoexcept |
|
inlineexplicit |
Definition at line 246 of file ipgraph.hpp.
|
inlinenoexcept |
Definition at line 252 of file ipgraph.hpp.
|
private |
Definition at line 258 of file ipgraph.hpp.