Lines Matching defs:basicblock_
233 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;
260 unsigned b_visited : 1;
262 unsigned b_exit : 1;
264 unsigned b_return : 1;