|
Jlm
|
UndefValueOperation class. More...
#include <operators.hpp>


Public Member Functions | |
| ~UndefValueOperation () noexcept override | |
| UndefValueOperation (std::shared_ptr< const jlm::rvsdg::Type > type) | |
| UndefValueOperation (const UndefValueOperation &)=default | |
| UndefValueOperation & | operator= (const UndefValueOperation &)=delete |
| UndefValueOperation & | operator= (UndefValueOperation &&)=delete |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| const rvsdg::Type & | GetType () const noexcept |
Public Member Functions inherited from jlm::rvsdg::SimpleOperation | |
| ~SimpleOperation () noexcept override | |
| SimpleOperation (std::vector< std::shared_ptr< const jlm::rvsdg::Type >> operands, std::vector< std::shared_ptr< const jlm::rvsdg::Type >> results) | |
| size_t | narguments () const noexcept |
| const std::shared_ptr< const rvsdg::Type > & | argument (size_t index) const noexcept |
| size_t | nresults () const noexcept |
| const std::shared_ptr< const rvsdg::Type > & | result (size_t index) const noexcept |
Public Member Functions inherited from jlm::rvsdg::Operation | |
| virtual | ~Operation () noexcept |
| virtual bool | operator== (const Operation &other) const noexcept=0 |
| bool | operator!= (const Operation &other) const noexcept |
Static Public Member Functions | |
| static jlm::rvsdg::Output * | Create (rvsdg::Region ®ion, std::shared_ptr< const jlm::rvsdg::Type > type) |
| static std::unique_ptr< llvm::ThreeAddressCode > | Create (std::shared_ptr< const jlm::rvsdg::Type > type) |
| static std::unique_ptr< llvm::ThreeAddressCode > | Create (std::shared_ptr< const jlm::rvsdg::Type > type, const std::string &name) |
| static std::unique_ptr< llvm::ThreeAddressCode > | Create (std::unique_ptr< ThreeAddressCodeVariable > result) |
UndefValueOperation class.
This operator is the Jlm equivalent of LLVM's UndefValue constant.
Definition at line 991 of file operators.hpp.
|
overridedefaultnoexcept |
|
inlineexplicit |
Definition at line 996 of file operators.hpp.
|
default |
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 516 of file operators.cpp.
|
inlinestatic |
Definition at line 1024 of file operators.hpp.
|
inlinestatic |
Definition at line 1030 of file operators.hpp.
|
inlinestatic |
Definition at line 1037 of file operators.hpp.
|
inlinestatic |
Definition at line 1044 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 510 of file operators.cpp.
|
inlinenoexcept |
Definition at line 1018 of file operators.hpp.
|
delete |
|
delete |
|
overridenoexcept |
Definition at line 503 of file operators.cpp.