Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c193 basicblock *u_blocks; member
567 for (block = u->u_blocks; block != NULL; block = block->b_list) { in compiler_unit_check()
587 b = u->u_blocks; in compiler_unit_free()
663 u->u_blocks = NULL; in compiler_enter_scope()
835 b->b_list = u->u_blocks; in compiler_new_block()
836 u->u_blocks = b; 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()
[all …]