Lines Matching refs:b_list
113 struct basicblock_ *b_list; member
567 for (block = u->u_blocks; block != NULL; block = block->b_list) { in compiler_unit_check()
591 next = b->b_list; in compiler_unit_free()
835 b->b_list = u->u_blocks; in compiler_new_block()
6490 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in stackdepth()
6721 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble_jump_offsets()
7087 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble()
7093 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble()
7101 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble()
7737 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in optimize_cfg()
7835 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in duplicate_exits_without_lineno()
7860 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in duplicate_exits_without_lineno()
7867 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in duplicate_exits_without_lineno()