Main Page | Struct List | File List | Struct Members | File Members

DSDNewDecompose.h File Reference

#include "DSDDecompose.h"

Go to the source code of this file.

Functions

DSDNodeCommon_Formals_Decomp (DSDManager *manager, DdNode *f, DdNode *top_func, DSDNode *T, DSDNode *E)
ActualNodesort_list (DdManager *manager, int *size)
DdNode * check_marks_recursive (DSDManager *manager, DSDNode *node, DSDNode *parent)
DdNode * check_remaining_marks_recursive (DSDManager *manager, DSDNode *node, DSDNode *parent)
void mark_recursive (DSDNode *node, DSDNode *parent)
void unmark_recursive (DSDNode *node)
void insert_listT (DSDManager *manager, ActualNode *actual)
void insert_listE (DSDManager *manager, ActualNode *actual)


Function Documentation

DdNode* check_marks_recursive DSDManager manager,
DSDNode node,
DSDNode parent
 

Internal function called by Common_Formals_Decomp to identify exclusive and common blocks by examining the decomposition tree of one of the cofactors

DdNode* check_remaining_marks_recursive DSDManager manager,
DSDNode node,
DSDNode parent
 

Internal function called by Common_Formals_Decomp to identify exclusive and common blocks by examining the decomposition tree of the other cofactor

DSDNode* Common_Formals_Decomp DSDManager manager,
DdNode *  f,
DdNode *  top_func,
DSDNode T,
DSDNode E
 

Internal function that obtains performs the algorithm for computing new decompositions of a function from the decompositions of its right and left cofactor

void insert_listE DSDManager manager,
ActualNode actual
 

Internal function used to by maintain a list of common and exclusive blocks obtained by examining the Else decomposition tree

void insert_listT DSDManager manager,
ActualNode actual
 

Internal function used to by maintain a list of common and exclusive blocks obtained by examining the Then decomposition tree

void mark_recursive DSDNode node,
DSDNode parent
 

Internal function to mark all DSD nodes rooted at node

ActualNode* sort_list DdManager *  manager,
int *  size
 

Internal function that performs a simple insertion sort to put the actuals list created in the new decomposition algorithm in the proper canonical order

void unmark_recursive DSDNode node  ) 
 

Internal function to unmark all DSD nodes rooted at node


Generated on Thu Jan 27 11:30:33 2005 for STACCATO_PROJECT by  doxygen 1.4.0