Management of a single pipelining phase. More...
#include <tpie/pipelining/graph.h>
Public Member Functions | |
| phase (const phase &) | |
| phase & | operator= (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 |
Management of a single pipelining phase.
Finds the initiator of the phase and assigns memory to the phase.