PIPS
icfg-local.h File Reference
#include "dg.h"
#include "graph.h"
+ Include dependency graph for icfg-local.h:

Go to the source code of this file.

Macros

#define ICFG_NOT_FOUND   NULL
 
#define ICFG_OPTIONS   "tcdDIFl"
 
#define ICFG_CALLEES_TOPO_SORT   "ICFG_CALLEES_TOPO_SORT"
 
#define ICFG_DRAW   "ICFG_DRAW"
 
#define ICFG_DEBUG   "ICFG_DEBUG"
 
#define ICFG_DEBUG_LEVEL   "ICFG_DEBUG_LEVEL"
 
#define ICFG_DOs   "ICFG_DOs"
 
#define ICFG_IFs   "ICFG_IFs"
 
#define ICFG_DV   "ICFG_DV"
 
#define ICFG_FLOATs   "ICFG_FLOATs"
 
#define ICFG_SHORT_NAMES   "ICFG_SHORT_NAMES"
 
#define CALL_MARK   "CALL_MARK@@@@"
 
#define ADD_ELEMENT_TO_LIST(_list, _type, _element)    (_list = gen_nconc( _list, CONS( _type, _element, NIL)))
 

Typedefs

typedef dg_arc_label arc_label
 
typedef dg_vertex_label vertex_label
 

Macro Definition Documentation

◆ ADD_ELEMENT_TO_LIST

#define ADD_ELEMENT_TO_LIST (   _list,
  _type,
  _element 
)     (_list = gen_nconc( _list, CONS( _type, _element, NIL)))

Definition at line 50 of file icfg-local.h.

◆ CALL_MARK

#define CALL_MARK   "CALL_MARK@@@@"

Definition at line 49 of file icfg-local.h.

◆ ICFG_CALLEES_TOPO_SORT

#define ICFG_CALLEES_TOPO_SORT   "ICFG_CALLEES_TOPO_SORT"

Definition at line 32 of file icfg-local.h.

◆ ICFG_DEBUG

#define ICFG_DEBUG   "ICFG_DEBUG"

Definition at line 34 of file icfg-local.h.

◆ ICFG_DEBUG_LEVEL

#define ICFG_DEBUG_LEVEL   "ICFG_DEBUG_LEVEL"

Definition at line 35 of file icfg-local.h.

◆ ICFG_DOs

#define ICFG_DOs   "ICFG_DOs"

Definition at line 36 of file icfg-local.h.

◆ ICFG_DRAW

#define ICFG_DRAW   "ICFG_DRAW"

Definition at line 33 of file icfg-local.h.

◆ ICFG_DV

#define ICFG_DV   "ICFG_DV"

Definition at line 38 of file icfg-local.h.

◆ ICFG_FLOATs

#define ICFG_FLOATs   "ICFG_FLOATs"

Definition at line 39 of file icfg-local.h.

◆ ICFG_IFs

#define ICFG_IFs   "ICFG_IFs"

Definition at line 37 of file icfg-local.h.

◆ ICFG_NOT_FOUND

#define ICFG_NOT_FOUND   NULL

Definition at line 29 of file icfg-local.h.

◆ ICFG_OPTIONS

#define ICFG_OPTIONS   "tcdDIFl"

Definition at line 30 of file icfg-local.h.

◆ ICFG_SHORT_NAMES

#define ICFG_SHORT_NAMES   "ICFG_SHORT_NAMES"

Definition at line 40 of file icfg-local.h.

Typedef Documentation

◆ arc_label

Definition at line 44 of file icfg-local.h.

◆ vertex_label

Definition at line 45 of file icfg-local.h.