
Go to the source code of this file.
| int Abs_GiaCheckTruth | ( | word * | pTruth, |
| int | nSize, | ||
| int | nSize0 ) |
Function*************************************************************
Synopsis [Returns 1 if truth table has no const cofactors.]
Description [The cofactoring variables are the (nSize-nSize0) most significant vars. Each cofactor depends on nSize0 vars.]
SideEffects []
SeeAlso []
Definition at line 629 of file absRpm.c.

| int Abs_GiaCofPrint | ( | word * | pTruth, |
| int | nSize, | ||
| int | nSize0, | ||
| int | Res ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 594 of file absRpm.c.

Function*************************************************************
Synopsis [Returns the number of nodes with zero refs.]
Description []
SideEffects []
SeeAlso []
Definition at line 425 of file absRpm.c.


Definition at line 472 of file absRpm.c.

Function*************************************************************
Synopsis [Computes support in terms of PIs and flops.]
Description []
SideEffects []
SeeAlso []
Definition at line 458 of file absRpm.c.


Function*************************************************************
Synopsis [Computes support of the MFFC.]
Description [Should be called when pObj's cone is dereferenced.]
SideEffects []
SeeAlso []
Definition at line 492 of file absRpm.c.


Function*************************************************************
Synopsis [Computes support of the extended MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 528 of file absRpm.c.

Function*************************************************************
Synopsis [Performs structural reparametrization.]
Description []
SideEffects []
SeeAlso []
Definition at line 853 of file absRpm.c.

| void Abs_RpmPerformMark | ( | Gia_Man_t * | p, |
| int | nCutMax, | ||
| int | fVerbose, | ||
| int | fVeryVerbose ) |
Function*************************************************************
Synopsis [Returns 1 if truth table has const cofactors.]
Description []
SideEffects []
SeeAlso []
Definition at line 680 of file absRpm.c.


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 53 of file absRpm.c.

Function*************************************************************
Synopsis [Collect PI doms.]
Description [Assumes that some PIs and ANDs are marked with fMark1.]
SideEffects []
SeeAlso []
Definition at line 246 of file absRpm.c.

| void Gia_ManComputeDoms | ( | Gia_Man_t * | p | ) |
Definition at line 86 of file absRpm.c.


| void Gia_ManCountFanoutlessFlops | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Counts flops without fanout.]
Description []
SideEffects []
SeeAlso []
Definition at line 315 of file absRpm.c.

Definition at line 354 of file absRpm.c.


| void Gia_ManCountPisNodes_rec | ( | Gia_Man_t * | p, |
| Gia_Obj_t * | pObj, | ||
| Vec_Int_t * | vPis, | ||
| Vec_Int_t * | vAnds ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 339 of file absRpm.c.


Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 123 of file absRpm.c.

| void Gia_ManDomTest | ( | Gia_Man_t * | p | ) |
Definition at line 140 of file absRpm.c.

Function*************************************************************
Synopsis [Assumed that fMark1 marks the internal PIs.]
Description []
SideEffects []
SeeAlso []
Definition at line 805 of file absRpm.c.


| void Gia_ManTestDoms | ( | Gia_Man_t * | p | ) |
Definition at line 284 of file absRpm.c.

| void Gia_ManTestDoms2 | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 190 of file absRpm.c.
