Searched refs:next_op (Results 1 – 2 of 2) sorted by relevance
357 zend_ssa_op *next_op = ssa_op + 1; in try_replace_op2() local358 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()
116 zend_op *next_op; in get_next_op() local123 next_op = &(op_array->opcodes[next_op_num]); in get_next_op()125 init_op(next_op); in get_next_op()127 return next_op; in get_next_op()
Completed in 62 milliseconds