|
Jlm
|
#include <operators.hpp>


Public Member Functions | |
| ~FreeOperation () noexcept override | |
| FreeOperation (size_t numMemoryStates) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
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 rvsdg::Input & | addressInput (const rvsdg::Node &node) noexcept |
| static rvsdg::Input & | mapMemoryStateOutputToInput (rvsdg::Output &output) noexcept |
| static std::unique_ptr< llvm::ThreeAddressCode > | Create (const Variable *pointer, const std::vector< const Variable * > &memoryStates, const Variable *iOState) |
| static std::vector< jlm::rvsdg::Output * > | Create (jlm::rvsdg::Output *pointer, const std::vector< jlm::rvsdg::Output * > &memoryStates, jlm::rvsdg::Output *iOState) |
Static Private Member Functions | |
| static std::vector< std::shared_ptr< const rvsdg::Type > > | CreateOperandTypes (size_t numMemoryStates) |
| static std::vector< std::shared_ptr< const rvsdg::Type > > | CreateResultTypes (size_t numMemoryStates) |
Represents the standard C library call free() used for freeing dynamically allocated memory.
This operation has no equivalent LLVM instruction.
Definition at line 2511 of file operators.hpp.
|
overridedefaultnoexcept |
|
inlineexplicit |
Definition at line 2516 of file operators.hpp.
|
inlinestaticnoexcept |
| node | a SimpleNode containing a FreeOperation |
node that takes the pointer value to be freed. Definition at line 2534 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 1126 of file operators.cpp.
|
inlinestatic |
Definition at line 2554 of file operators.hpp.
|
inlinestatic |
Definition at line 2569 of file operators.hpp.
|
inlinestaticprivate |
Definition at line 2584 of file operators.hpp.
|
inlinestaticprivate |
Definition at line 2598 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 1120 of file operators.cpp.
|
inlinestaticnoexcept |
Definition at line 2543 of file operators.hpp.
|
overridenoexcept |
Definition at line 1113 of file operators.cpp.