Jlm
Public Member Functions | Static Public Member Functions | Private Types | Private Attributes | List of all members
jlm::llvm::ExitAggregationNode Class Referencefinal

#include <aggregation.hpp>

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

Public Member Functions

 ~ExitAggregationNode () noexcept override
 
 ExitAggregationNode (const std::vector< const Variable * > &results)
 
const_iterator begin () const
 
const_iterator end () const
 
const Variableresult (size_t index) const noexcept
 
size_t nresults () const noexcept
 
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 (const std::vector< const Variable * > &results)
 
- Static Public Member Functions inherited from jlm::llvm::AggregationNode
static void normalize (AggregationNode &node)
 

Private Types

typedef std::vector< const Variable * >::const_iterator const_iterator
 

Private Attributes

std::vector< const Variable * > results_
 

Detailed Description

Definition at line 216 of file aggregation.hpp.

Member Typedef Documentation

◆ const_iterator

Definition at line 218 of file aggregation.hpp.

Constructor & Destructor Documentation

◆ ~ExitAggregationNode()

jlm::llvm::ExitAggregationNode::~ExitAggregationNode ( )
overridedefaultnoexcept

◆ ExitAggregationNode()

jlm::llvm::ExitAggregationNode::ExitAggregationNode ( const std::vector< const Variable * > &  results)
inlineexplicit

Definition at line 223 of file aggregation.hpp.

Member Function Documentation

◆ begin()

const_iterator jlm::llvm::ExitAggregationNode::begin ( ) const
inline

Definition at line 228 of file aggregation.hpp.

◆ create()

static std::unique_ptr<AggregationNode> jlm::llvm::ExitAggregationNode::create ( const std::vector< const Variable * > &  results)
inlinestatic

Definition at line 256 of file aggregation.hpp.

◆ debug_string()

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

Implements jlm::llvm::AggregationNode.

Definition at line 81 of file aggregation.cpp.

◆ end()

const_iterator jlm::llvm::ExitAggregationNode::end ( ) const
inline

Definition at line 234 of file aggregation.hpp.

◆ nresults()

size_t jlm::llvm::ExitAggregationNode::nresults ( ) const
inlinenoexcept

Definition at line 247 of file aggregation.hpp.

◆ result()

const Variable* jlm::llvm::ExitAggregationNode::result ( size_t  index) const
inlinenoexcept

Definition at line 240 of file aggregation.hpp.

Member Data Documentation

◆ results_

std::vector<const Variable *> jlm::llvm::ExitAggregationNode::results_
private

Definition at line 262 of file aggregation.hpp.


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