TPIE

v1.1rc1-6-g0c97303
tpie::pipelining::bits::phase Class Reference

Management of a single pipelining phase. More...

#include <tpie/pipelining/graph.h>

Public Member Functions

 phase (const phase &)
 
phaseoperator= (const phase &)
 
bool is_initiator (node *s)
 
void add (node *s)
 
void add_successor (node *from, node *to, bool push)
 
size_t count (node *s)
 
void go (progress_indicator_base &pi)
 
void evacuate_all () const
 
void assign_memory (memory_size_type m) const
 
void print_memory (std::ostream &os) const
 
const std::string & get_name () const
 
std::string get_unique_id () const
 

Detailed Description

Management of a single pipelining phase.

Finds the initiator of the phase and assigns memory to the phase.

Definition at line 45 of file graph.h.


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