|
Jlm
|
#include <structural-node.hpp>


Public Member Functions | |
| ~StructuralNode () noexcept override | |
| std::string | DebugString () const override |
| size_t | nsubregions () const noexcept |
| rvsdg::Region * | subregion (size_t index) const noexcept |
| SubregionIteratorRange | Subregions () |
| SubregionConstIteratorRange | Subregions () const |
| StructuralInput * | input (size_t index) const noexcept |
| StructuralOutput * | output (size_t index) const noexcept |
Public Member Functions inherited from jlm::rvsdg::Node | |
| virtual | ~Node () |
| Node (Region *region) | |
| Id | GetNodeId () const noexcept |
| virtual const Operation & | GetOperation () const noexcept=0 |
| size_t | ninputs () const noexcept |
| NodeInput * | input (size_t index) const noexcept |
| InputIteratorRange | Inputs () noexcept |
| InputConstIteratorRange | Inputs () const noexcept |
| size_t | noutputs () const noexcept |
| NodeOutput * | output (size_t index) const noexcept |
| OutputIteratorRange | Outputs () noexcept |
| OutputConstIteratorRange | Outputs () const noexcept |
| bool | IsDead () const noexcept |
| Determines whether the node is dead. More... | |
| std::size_t | numSuccessors () const noexcept |
| size_t | RemoveInputs (const util::HashSet< size_t > &indices) |
| size_t | RemoveOutputs (const util::HashSet< size_t > &indices) |
| Graph * | graph () const noexcept |
| rvsdg::Region * | region () const noexcept |
| virtual Node * | copy (rvsdg::Region *region, const std::vector< jlm::rvsdg::Output * > &operands) const |
| virtual Node * | copy (rvsdg::Region *region, SubstitutionMap &smap) const =0 |
| Copy a node with substitutions. More... | |
Protected Member Functions | |
| StructuralNode (rvsdg::Region *region, size_t nsubregions) | |
| StructuralInput * | addInput (std::unique_ptr< StructuralInput > input, bool notifyRegion) |
| StructuralOutput * | addOutput (std::unique_ptr< StructuralOutput > input) |
Protected Member Functions inherited from jlm::rvsdg::Node | |
| NodeInput * | addInput (std::unique_ptr< NodeInput > input, bool notifyRegion) |
| NodeOutput * | addOutput (std::unique_ptr< NodeOutput > output) |
Private Types | |
| using | SubregionIterator = util::PtrIterator< Region, std::vector< std::unique_ptr< Region > >::iterator > |
| using | SubregionConstIterator = util::PtrIterator< const Region, std::vector< std::unique_ptr< Region > >::const_iterator > |
| using | SubregionIteratorRange = util::IteratorRange< SubregionIterator > |
| using | SubregionConstIteratorRange = util::IteratorRange< SubregionConstIterator > |
Private Attributes | |
| std::vector< std::unique_ptr< rvsdg::Region > > | subregions_ |
Additional Inherited Members | |
Public Types inherited from jlm::rvsdg::Node | |
| using | Id = uint64_t |
| using | InputIteratorRange = util::IteratorRange< Input::Iterator > |
| using | InputConstIteratorRange = util::IteratorRange< Input::ConstIterator > |
| using | OutputIteratorRange = util::IteratorRange< Output::Iterator > |
| using | OutputConstIteratorRange = util::IteratorRange< Output::ConstIterator > |
| typedef util::IntrusiveListAccessor< Node, &Node::region_node_list_anchor_ > | region_node_list_accessor |
| typedef util::IntrusiveListAccessor< Node, &Node::region_top_node_list_anchor_ > | region_top_node_list_accessor |
| typedef util::IntrusiveListAccessor< Node, &Node::region_bottom_node_list_anchor_ > | region_bottom_node_list_accessor |
Definition at line 23 of file structural-node.hpp.
|
private |
Definition at line 27 of file structural-node.hpp.
|
private |
Definition at line 31 of file structural-node.hpp.
|
private |
Definition at line 25 of file structural-node.hpp.
|
private |
Definition at line 30 of file structural-node.hpp.
|
overridenoexcept |
Definition at line 40 of file structural-node.cpp.
|
protected |
Definition at line 47 of file structural-node.cpp.
|
inlineprotected |
Definition at line 150 of file structural-node.hpp.
|
inlineprotected |
Definition at line 156 of file structural-node.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Node.
Definition at line 60 of file structural-node.cpp.
|
inlinenoexcept |
Definition at line 138 of file structural-node.hpp.
|
inlinenoexcept |
Definition at line 44 of file structural-node.hpp.
|
inlinenoexcept |
Definition at line 144 of file structural-node.hpp.
|
inlinenoexcept |
Definition at line 50 of file structural-node.hpp.
|
inline |
Definition at line 57 of file structural-node.hpp.
|
inline |
Definition at line 63 of file structural-node.hpp.
|
private |
Definition at line 83 of file structural-node.hpp.