|
Jlm
|
#include <control.hpp>


Public Member Functions | |
| ~ControlConstantOperation () noexcept override | |
| ControlConstantOperation (ControlValueRepresentation value) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| const ControlValueRepresentation & | value () const noexcept |
Public Member Functions inherited from jlm::rvsdg::NullaryOperation | |
| ~NullaryOperation () noexcept override | |
| NullaryOperation (std::shared_ptr< const Type > resultType) | |
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 |
| bool | operator!= (const Operation &other) const noexcept |
Static Public Member Functions | |
| static Output & | create (Region ®ion, ControlValueRepresentation value) |
| static Output & | create (Region ®ion, size_t numAlternatives, size_t alternative) |
| static Output & | createFalse (Region ®ion) |
| static Output & | createTrue (Region ®ion) |
Private Attributes | |
| ControlValueRepresentation | value_ |
Definition at line 99 of file control.hpp.
|
overridedefaultnoexcept |
|
explicit |
Definition at line 87 of file control.cpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 106 of file control.cpp.
|
inlinestatic |
Definition at line 122 of file control.hpp.
|
inlinestatic |
Definition at line 128 of file control.hpp.
Definition at line 134 of file control.hpp.
Definition at line 140 of file control.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 100 of file control.cpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::Operation.
Definition at line 93 of file control.cpp.
|
inlinenoexcept |
Definition at line 116 of file control.hpp.
|
private |
Definition at line 146 of file control.hpp.