Searched defs:basicblock_ (Results 1 – 1 of 1) sorted by relevance
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 …]