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


Public Member Functions | |
| ~FreezeOperation () noexcept override | |
| FreezeOperation (std::shared_ptr< const jlm::rvsdg::Type > type) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| const jlm::rvsdg::Type & | getType () const noexcept |
Public Member Functions inherited from jlm::rvsdg::UnaryOperation | |
| ~UnaryOperation () noexcept override | |
| UnaryOperation (std::shared_ptr< const Type > operand, std::shared_ptr< const Type > result) | |
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 std::unique_ptr< llvm::ThreeAddressCode > | createTac (const Variable &operand) |
| static jlm::rvsdg::Node & | createNode (jlm::rvsdg::Output &operand) |
FreezeOperation class.
This operator is the Jlm equivalent of LLVM's freeze operation. It converts undef and poison values into arbitrary, but fixed, values. For all other inputs it is a no-op.
Definition at line 800 of file operators.hpp.
|
overridedefaultnoexcept |
|
inlineexplicit |
Definition at line 805 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 490 of file operators.cpp.
|
inlinestatic |
Definition at line 835 of file operators.hpp.
|
inlinestatic |
Definition at line 828 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 484 of file operators.cpp.
|
inlinenoexcept |
Definition at line 822 of file operators.hpp.
|
overridenoexcept |
Definition at line 477 of file operators.cpp.