
Go to the source code of this file.
Functions | |
| void | Res_WinDivisors (Res_Win_t *p, int nLevDivMax) |
| FUNCTION DEFINITIONS ///. | |
| void | Res_WinMarkTfi_rec (Res_Win_t *p, Abc_Obj_t *pObj) |
| void | Res_WinSweepLeafTfo_rec (Abc_Obj_t *pObj, int nLevelLimit) |
| int | Res_NodeDeref_rec (Abc_Obj_t *pNode) |
| int | Res_NodeRef_rec (Abc_Obj_t *pNode) |
| int | Res_WinVisitMffc (Abc_Obj_t *pNode) |
| int Res_NodeDeref_rec | ( | Abc_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [Dereferences the node's MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 220 of file resDivs.c.


| int Res_NodeRef_rec | ( | Abc_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [References the node's MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 247 of file resDivs.c.


| void Res_WinDivisors | ( | Res_Win_t * | p, |
| int | nLevDivMax ) |
FUNCTION DEFINITIONS ///.
MACRO DEFINITIONS ///.
Function*************************************************************
Synopsis [Adds candidate divisors of the node to its window.]
Description []
SideEffects []
SeeAlso []
Definition at line 48 of file resDivs.c.


Function*************************************************************
Synopsis [Marks the TFI cone of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 150 of file resDivs.c.


| void Res_WinSweepLeafTfo_rec | ( | Abc_Obj_t * | pObj, |
| int | nLevelLimit ) |
Function*************************************************************
Synopsis [Marks the TFO of the collected nodes up to the given level.]
Description []
SideEffects []
SeeAlso []
Definition at line 196 of file resDivs.c.


| int Res_WinVisitMffc | ( | Abc_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [Labels MFFC of the node with the current trav ID.]
Description []
SideEffects []
SeeAlso []
Definition at line 272 of file resDivs.c.

