Home
last modified time | relevance | path

Searched defs:basicblock_ (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dcompile.c233 typedef struct basicblock_ { struct
237 struct basicblock_ *b_list; argument
244 struct basicblock_ *b_next; argument
246 int b_iused;
248 int b_ialloc;
250 int b_predecessors;
252 int b_startdepth;
254 int b_offset;
256 unsigned b_nofallthrough : 1;
258 unsigned b_preserve_lasti : 1;
[all …]