abc-master
|
#include "reo.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START int | reoRecursiveDeref (reo_unit *pUnit) |
DECLARATIONS ///. More... | |
static int | reoCheckZeroRefs (reo_plane *pPlane) |
static int | reoCheckLevels (reo_man *p) |
void | reoReorderArray (reo_man *p, DdManager *dd, DdNode *Funcs[], DdNode *FuncsRes[], int nFuncs, int *pOrder) |
FUNCTION DEFINITIONS ///. More... | |
void | reoResizeStructures (reo_man *p, int nDdVarsMax, int nNodesMax, int nFuncs) |
Variables | |
double | s_AplBefore |
double | s_AplAfter |
|
static |
|
static |
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [reoCore.c]
PackageName [REO: A specialized DD reordering engine.]
Synopsis [Implementation of the core reordering procedure.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - October 15, 2002.]
Revision [
]
Function*************************************************************
Synopsis [Dereferences units the data structure after reordering.]
Description [This function is only useful for debugging.]
SideEffects []
SeeAlso []
Definition at line 368 of file reoCore.c.
void reoReorderArray | ( | reo_man * | p, |
DdManager * | dd, | ||
DdNode * | Funcs[], | ||
DdNode * | FuncsRes[], | ||
int | nFuncs, | ||
int * | pOrder | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 50 of file reoCore.c.
void reoResizeStructures | ( | reo_man * | p, |
int | nDdVarsMax, | ||
int | nNodesMax, | ||
int | nFuncs | ||
) |
Function*************************************************************
Synopsis [Resizes the internal manager data structures.]
Description []
SideEffects []
SeeAlso []