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

#include <aggregation.hpp>

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

Public Member Functions

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

Detailed Description

Definition at line 339 of file aggregation.hpp.

Constructor & Destructor Documentation

◆ ~LoopAggregationNode()

jlm::llvm::LoopAggregationNode::~LoopAggregationNode ( )
overridedefaultnoexcept

◆ LoopAggregationNode()

jlm::llvm::LoopAggregationNode::LoopAggregationNode ( std::unique_ptr< AggregationNode body)
inlineexplicit

Definition at line 344 of file aggregation.hpp.

Member Function Documentation

◆ create()

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

Definition at line 353 of file aggregation.hpp.

◆ debug_string()

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

Implements jlm::llvm::AggregationNode.

Definition at line 113 of file aggregation.cpp.


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