Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c116 basicblock *u_blocks; member
422 for (block = u->u_blocks; block != NULL; block = block->b_list) { in compiler_unit_check()
444 b = u->u_blocks; in compiler_unit_free()
498 u->u_blocks = NULL; in compiler_enter_scope()
579 b->b_list = u->u_blocks; in compiler_new_block()
580 u->u_blocks = b; 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()