Jlm
Public Member Functions | Static Public Member Functions | List of all members
jlm::llvm::LinearAggregationNode Class Referencefinal

#include <aggregation.hpp>

Inheritance diagram for jlm::llvm::LinearAggregationNode:
Inheritance graph
[legend]
Collaboration diagram for jlm::llvm::LinearAggregationNode:
Collaboration graph
[legend]

Public Member Functions

 ~LinearAggregationNode () noexcept override
 
 LinearAggregationNode (std::unique_ptr< AggregationNode > n1, std::unique_ptr< AggregationNode > n2)
 
std::string debug_string () const override
 
- Public Member Functions inherited from jlm::llvm::AggregationNode
virtual ~AggregationNode () noexcept
 
 AggregationNode ()
 
 AggregationNode (const AggregationNode &other)=delete
 
 AggregationNode (AggregationNode &&other)=delete
 
AggregationNodeoperator= (const AggregationNode &other)=delete
 
AggregationNodeoperator= (AggregationNode &&other)=delete
 
iterator begin () noexcept
 
const_iterator begin () const noexcept
 
iterator end () noexcept
 
const_iterator end () const noexcept
 
size_t nchildren () const noexcept
 
void add_child (std::unique_ptr< AggregationNode > child)
 
AggregationNodechild (size_t n) const noexcept
 
AggregationNodeparent () noexcept
 
const AggregationNodeparent () const noexcept
 
size_t index () const noexcept
 
size_t nnodes () const noexcept
 

Static Public Member Functions

static std::unique_ptr< AggregationNodecreate (std::unique_ptr< AggregationNode > n1, std::unique_ptr< AggregationNode > n2)
 
- Static Public Member Functions inherited from jlm::llvm::AggregationNode
static void normalize (AggregationNode &node)
 

Detailed Description

Definition at line 301 of file aggregation.hpp.

Constructor & Destructor Documentation

◆ ~LinearAggregationNode()

jlm::llvm::LinearAggregationNode::~LinearAggregationNode ( )
overridedefaultnoexcept

◆ LinearAggregationNode()

jlm::llvm::LinearAggregationNode::LinearAggregationNode ( std::unique_ptr< AggregationNode n1,
std::unique_ptr< AggregationNode n2 
)
inline

Definition at line 306 of file aggregation.hpp.

Member Function Documentation

◆ create()

static std::unique_ptr<AggregationNode> jlm::llvm::LinearAggregationNode::create ( std::unique_ptr< AggregationNode n1,
std::unique_ptr< AggregationNode n2 
)
inlinestatic

Definition at line 316 of file aggregation.hpp.

◆ debug_string()

std::string jlm::llvm::LinearAggregationNode::debug_string ( ) const
overridevirtual

Implements jlm::llvm::AggregationNode.

Definition at line 97 of file aggregation.cpp.


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