Searched refs:CONTINUE_LOOP (Results 1 – 7 of 7) sorted by relevance
18 #define ABSOLUTE_JUMP(op) (op==JUMP_ABSOLUTE || op==CONTINUE_LOOP \265 case CONTINUE_LOOP: in markblocks()555 case CONTINUE_LOOP: in PyCode_Optimize()624 case CONTINUE_LOOP: in PyCode_Optimize()
870 case CONTINUE_LOOP: in opcode_stack_effect()1722 ADDOP_JABS(c, CONTINUE_LOOP, c->u->u_fblock[i].fb_block); in compiler_continue()
2854 TARGET(CONTINUE_LOOP) in PyEval_EvalFrameEx()
128 #define CONTINUE_LOOP 119 /* Start of loop (absolute) */ macro
482 .. opcode:: CONTINUE_LOOP (target)
2147 Removed opcodes :opcode:`BREAK_LOOP`, :opcode:`CONTINUE_LOOP`,
1673 Removed opcodes :opcode:`BREAK_LOOP`, :opcode:`CONTINUE_LOOP`,