Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/Optimizer/
H A Dsccp.c357 zend_ssa_op *next_op = ssa_op + 1; in try_replace_op2() local
358 zend_ssa_unlink_use_chain(ctx->scdf.ssa, next_op - ctx->scdf.ssa->ops, next_op->op2_use); in try_replace_op2()
359 next_op->op2_use = -1; in try_replace_op2()
360 next_op->op2_use_chain = -1; in try_replace_op2()
/PHP-8.0/Zend/
H A Dzend_compile.c108 zend_op *next_op; in get_next_op() local
115 next_op = &(op_array->opcodes[next_op_num]); in get_next_op()
117 init_op(next_op); in get_next_op()
119 return next_op; in get_next_op()

Completed in 45 milliseconds