abc-master
|
#include "gia.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START int | Gia_ObjDom (Gia_Man_t *p, Gia_Obj_t *pObj) |
DECLARATIONS ///. More... | |
static void | Gia_ObjSetDom (Gia_Man_t *p, Gia_Obj_t *pObj, int d) |
static void | Gia_ManAddDom (Gia_Man_t *p, Gia_Obj_t *pObj, int iDom0) |
FUNCTION DEFINITIONS ///. More... | |
static void | Gia_ManComputeDoms (Gia_Man_t *p) |
static int | Gia_NodeDeref_rec (Gia_Man_t *p, Gia_Obj_t *pNode) |
static int | Gia_NodeRef_rec (Gia_Man_t *p, Gia_Obj_t *pNode) |
static void | Gia_NodeCollect_rec (Gia_Man_t *p, Gia_Obj_t *pNode, Vec_Int_t *vSupp, Vec_Int_t *vSuppRefs) |
static int | Gia_NodeMffcSizeSupp (Gia_Man_t *p, Gia_Obj_t *pNode, Vec_Int_t *vSupp, Vec_Int_t *vSuppRefs) |
int | Gia_ManDomDerive_rec (Gia_Man_t *pNew, Gia_Man_t *p, Gia_Obj_t *pNode) |
Gia_Man_t * | Gia_ManDomDerive (Gia_Man_t *p, Gia_Obj_t *pRoot, Vec_Int_t *vSupp, int nVars) |
void | Gia_ManComputeDomsTry (Gia_Man_t *p) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Computes one-node dominators.]
Description [For each node, computes the closest one-node dominator, which can be the node itself if the node has no other dominators.]
SideEffects []
SeeAlso []
Definition at line 49 of file giaMffc.c.
|
inlinestatic |
Definition at line 82 of file giaMffc.c.
void Gia_ManComputeDomsTry | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 250 of file giaMffc.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 195 of file giaMffc.c.
|
inlinestatic |
Definition at line 149 of file giaMffc.c.
Function*************************************************************
Synopsis [Returns the number of internal nodes in the MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 117 of file giaMffc.c.
|
inlinestatic |
Definition at line 164 of file giaMffc.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [gia.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 30 of file giaMffc.c.
Definition at line 31 of file giaMffc.c.