Searched refs:loop_ref (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 13698 ir_ref loop_ref, pos2_ref, p2_ref; local 13718 loop_ref = ir_LOOP_BEGIN(ir_END()); 13760 ir_MERGE_SET_OP(loop_ref, 2, ir_LOOP_END()); 13769 ir_ref loop_ref, pos2_ref, p2_ref; local 13781 loop_ref = ir_LOOP_BEGIN(ir_END()); 13822 ir_MERGE_SET_OP(loop_ref, 2, ir_LOOP_END()); 17190 static int zend_jit_trace_end_loop(zend_jit_ctx *jit, int loop_ref, const void *timeout_exit_addr) argument 17195 ZEND_ASSERT(jit->ctx.ir_base[loop_ref].op2 == IR_UNUSED); 17196 ir_MERGE_SET_OP(loop_ref, 2, ir_LOOP_END());
|
Completed in 57 milliseconds