Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dflowgraph.c32 struct _PyCfgBasicblock *i_target; /* target block (if jump instruction) */
33 struct _PyCfgBasicblock *i_except; /* target block when exception is raised */
36 typedef struct _PyCfgBasicblock { struct
41 struct _PyCfgBasicblock *b_list; argument
50 struct _PyCfgBasicblock *b_next; argument
77 struct _PyCfgBasicblock *g_entryblock; argument
80 struct _PyCfgBasicblock *g_block_list;
82 struct _PyCfgBasicblock *g_curblock;