Searched defs:basicblock_ (Results 1 – 2 of 2) sorted by relevance
56 typedef struct basicblock_ { struct60 struct basicblock_ *b_list; argument69 struct basicblock_ *b_next; argument71 unsigned b_seen : 1;73 unsigned b_return : 1;75 int b_startdepth;77 int b_offset;
233 typedef struct basicblock_ { struct237 struct basicblock_ *b_list; argument244 struct basicblock_ *b_next; argument246 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 …]