Home
last modified time | relevance | path

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

/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c7770 struct instr *b_last_instr = &b->b_instr[b->b_iused - 1]; in optimize_cfg() local
7771 if (b_last_instr->i_opcode == JUMP_ABSOLUTE || in optimize_cfg()
7772 b_last_instr->i_opcode == JUMP_FORWARD) { in optimize_cfg()
7773 if (b_last_instr->i_target == b->b_next) { in optimize_cfg()
7776 b_last_instr->i_opcode = NOP; in optimize_cfg()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c8588 struct instr *b_last_instr = &b->b_instr[b->b_iused - 1]; in optimize_cfg() local
8589 if (b_last_instr->i_opcode == JUMP_ABSOLUTE || in optimize_cfg()
8590 b_last_instr->i_opcode == JUMP_FORWARD) { in optimize_cfg()
8591 if (b_last_instr->i_target == b->b_next) { in optimize_cfg()
8594 b_last_instr->i_opcode = NOP; in optimize_cfg()