Lines Matching +defs:val +defs:b

711     basicblock *b, *next;  in compiler_unit_free()  local
812 basicblock *b; in compiler_new_block() local
866 compiler_next_instr(basicblock *b) in compiler_next_instr()
1225 basicblock *b = compiler_new_block(c); in compiler_use_new_implicit_block_if_needed() local
1258 basicblock *b = c->u->u_curblock; in compiler_addop_line() local
1503 basicblock *b = c->u->u_curblock; in compiler_addop_i_line() local
1548 basicblock *b = c->u->u_curblock; in add_jump_to_block() local
1566 compiler_addop_j(struct compiler *c, int opcode, basicblock *b) in compiler_addop_j()
1574 compiler_addop_j_noline(struct compiler *c, int opcode, basicblock *b) in compiler_addop_j_noline()
1932 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock()
1948 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock()
4388 PyObject *val; in starunpack_helper() local
5222 expr_ty elt, expr_ty val, int type) in compiler_comprehension_generator()
5239 expr_ty elt, expr_ty val, int type) in compiler_sync_comprehension_generator()
5353 expr_ty elt, expr_ty val, int type) in compiler_async_comprehension_generator()
5451 expr_ty val) in compiler_comprehension()
7141 stackdepth_push(basicblock ***sp, basicblock *b, int depth) in stackdepth_push()
7157 basicblock *b, *entryblock = NULL; in stackdepth() local
7271 blocksize(basicblock *b) in blocksize()
7331 for (basicblock *b = entry; b != NULL; b = b->b_next) { in label_exception_targets() local
7354 basicblock *b = todo[0]; in label_exception_targets() local
7414 for (basicblock *b = entry; b != NULL; b = b->b_next) { in label_exception_targets() local
7429 for (basicblock *b = entry; b != NULL; b = b->b_next) { in convert_exception_handlers_to_nops() local
7501 basicblock *b; in assemble_exception_table() local
7530 write_location_byte(struct assembler* a, int val) in write_location_byte()
7552 write_location_varint(struct assembler* a, unsigned int val) in write_location_varint()
7560 write_location_signed_varint(struct assembler* a, int val) in write_location_signed_varint()
7700 for (basicblock *b = a->a_entry; b != NULL; b = b->b_next) { in normalize_jumps() local
7703 for (basicblock *b = a->a_entry; b != NULL; b = b->b_next) { in normalize_jumps() local
7759 basicblock *b; in assemble_jump_offsets() local
7767 for (basicblock *b = a->a_entry; b != NULL; b = b->b_next) { in assemble_jump_offsets() local
8276 for (basicblock *b = a->a_entry; b != NULL; b = b->b_next) { in guarantee_lineno_for_exits() local
8317 for (basicblock *b = entryblock; b != NULL; b = b->b_next) { in fix_cell_offsets() local
8348 basicblock *b, *entryblock; in assemble() local
8363 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble() local
8369 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble() local
8451 for (basicblock *b = a.a_entry; b != NULL; b = b->b_next) { in assemble() local
9189 basicblock *b = *(--sp); in mark_reachable() local
9215 for (basicblock *b = entry; b != NULL; b = b->b_next) { in eliminate_empty_basic_blocks() local
9224 for (basicblock *b = entry; b != NULL; b = b->b_next) { in eliminate_empty_basic_blocks() local
9248 for (basicblock *b = a->a_entry; b != NULL; b = b->b_next) { in propagate_line_numbers() local
9298 for (basicblock *b = a->a_entry; b != NULL; b = b->b_next) { in optimize_cfg() local
9305 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in optimize_cfg() local
9314 for (basicblock *b = a->a_entry; b != NULL; b = b->b_next) { in optimize_cfg() local
9321 for (basicblock *b = a->a_entry; b != NULL; b = b->b_next) { in optimize_cfg() local
9330 for (basicblock *b = a->a_entry; b != NULL; b = b->b_next) { in optimize_cfg() local
9359 for (basicblock *b = a->a_entry; b != NULL; b = b->b_next) { in trim_unused_consts() local
9380 is_exit_without_lineno(basicblock *b) { in is_exit_without_lineno()
9406 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in duplicate_exits_without_lineno() local
9424 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in duplicate_exits_without_lineno() local
9431 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in duplicate_exits_without_lineno() local