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

#include <aggregation.hpp>

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

Public Member Functions

 ~BranchAggregationNode () noexcept override
 
 BranchAggregationNode ()=default
 
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 ()
 
- Static Public Member Functions inherited from jlm::llvm::AggregationNode
static void normalize (AggregationNode &node)
 

Detailed Description

Definition at line 322 of file aggregation.hpp.

Constructor & Destructor Documentation

◆ ~BranchAggregationNode()

jlm::llvm::BranchAggregationNode::~BranchAggregationNode ( )
overridedefaultnoexcept

◆ BranchAggregationNode()

jlm::llvm::BranchAggregationNode::BranchAggregationNode ( )
default

Member Function Documentation

◆ create()

static std::unique_ptr<AggregationNode> jlm::llvm::BranchAggregationNode::create ( )
inlinestatic

Definition at line 333 of file aggregation.hpp.

◆ debug_string()

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

Implements jlm::llvm::AggregationNode.

Definition at line 105 of file aggregation.cpp.


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