Home
last modified time | relevance | path

Searched refs:b_list (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c60 struct basicblock_ *b_list; member
422 for (block = u->u_blocks; block != NULL; block = block->b_list) { in compiler_unit_check()
448 next = b->b_list; in compiler_unit_free()
579 b->b_list = u->u_blocks; in compiler_new_block()
3479 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in stackdepth()
3704 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble_jump_offsets()
3928 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble()