Jlm
Public Member Functions | List of all members
jlm::rvsdg::NodeOutput Class Reference

#include <node.hpp>

Inheritance diagram for jlm::rvsdg::NodeOutput:
Inheritance graph
[legend]
Collaboration diagram for jlm::rvsdg::NodeOutput:
Collaboration graph
[legend]

Public Member Functions

 NodeOutput (Node *node, std::shared_ptr< const rvsdg::Type > type)
 
Nodenode () const noexcept
 
- Public Member Functions inherited from jlm::rvsdg::Output
virtual ~Output () noexcept
 
 Output (const Output &)=delete
 
 Output (Output &&)=delete
 
Outputoperator= (const Output &)=delete
 
Outputoperator= (Output &&)=delete
 
size_t index () const noexcept
 
size_t nusers () const noexcept
 
bool IsDead () const noexcept
 
void divert_users (jlm::rvsdg::Output *new_origin)
 
template<typename F >
size_t divertUsersWhere (Output &newOrigin, const F &match)
 
rvsdg::InputSingleUser () noexcept
 
UsersRange Users ()
 
UsersConstRange Users () const
 
const std::shared_ptr< const rvsdg::Type > & Type () const noexcept
 
rvsdg::Regionregion () const noexcept
 
virtual std::string debug_string () const
 
std::variant< Node *, Region * > GetOwner () const noexcept
 

Additional Inherited Members

- Public Types inherited from jlm::rvsdg::Output
using UsersList = Input::UsersList
 
using UsersRange = jlm::util::IteratorRange< UsersList::Iterator >
 
using UsersConstRange = jlm::util::IteratorRange< UsersList::ConstIterator >
 
- Protected Member Functions inherited from jlm::rvsdg::Output
 Output (Node &owner, std::shared_ptr< const rvsdg::Type > type)
 
 Output (Region *owner, std::shared_ptr< const rvsdg::Type > type)
 

Detailed Description

Definition at line 566 of file node.hpp.

Constructor & Destructor Documentation

◆ NodeOutput()

jlm::rvsdg::NodeOutput::NodeOutput ( Node node,
std::shared_ptr< const rvsdg::Type type 
)

Definition at line 252 of file node.cpp.

Member Function Documentation

◆ node()

Node* jlm::rvsdg::NodeOutput::node ( ) const
inlinenoexcept

Definition at line 572 of file node.hpp.


The documentation for this class was generated from the following files: