Home
last modified time | relevance | path

Searched refs:Cof_ObjLevel (Results 1 – 1 of 1) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/gia/
H A DgiaCof.c72 static inline int Cof_ObjLevel( Cof_Man_t * p, Cof_Obj_t * pObj ) { return Gia_… in Cof_ObjLevel() function
455 LevelStart = Cof_ObjLevel(p, pRoot); in Cof_ManCountRemoved()
494 LevelNext = Cof_ObjLevel( p, pNext ); in Cof_ManCountRemoved()
521 printf( "l =%4d ", Cof_ObjLevel(p, pObj) ); in Cof_ManPrintHighFanoutOne()