Home
last modified time | relevance | path

Searched refs:ZEND_ASSIGN (Results 1 – 13 of 13) sorted by relevance

/PHP-7.3/ext/opcache/Optimizer/
H A Descape_analysis.c109 if (opline->opcode != ZEND_ASSIGN) { in zend_build_equi_escape_sets()
113 if (opline->opcode == ZEND_ASSIGN && op->op2_use >= 0) { in zend_build_equi_escape_sets()
131 if (opline->opcode == ZEND_ASSIGN && op->op2_use >= 0) { in zend_build_equi_escape_sets()
134 if (opline->opcode == ZEND_ASSIGN && op->op1_def >= 0) { in zend_build_equi_escape_sets()
201 case ZEND_ASSIGN: in is_allocation_def()
209 case ZEND_ASSIGN: in is_allocation_def()
242 case ZEND_ASSIGN: in is_local_def()
258 case ZEND_ASSIGN: in is_local_def()
295 case ZEND_ASSIGN: in is_escape_use()
374 case ZEND_ASSIGN: in is_escape_use()
[all …]
H A Dzend_dfg.c93 case ZEND_ASSIGN: in zend_build_dfg()
161 case ZEND_ASSIGN: in zend_build_dfg()
H A Dzend_ssa.h217 if (opline->opcode == ZEND_ASSIGN || opline->opcode == ZEND_UNSET_CV) { in zend_ssa_is_no_val_use()
H A Ddce.c170 case ZEND_ASSIGN: in may_have_side_effects()
329 case ZEND_ASSIGN: in try_remove_var_def()
H A Dpass3.c89 if (next_opline >= end || next_opline->opcode != ZEND_ASSIGN) { in zend_optimizer_pass3()
H A Dsccp.c220 case ZEND_ASSIGN: in can_replace_op1()
1045 case ZEND_ASSIGN: in sccp_visit_instr()
2151 if (opline->opcode == ZEND_ASSIGN) { in try_remove_definition()
2319 opline->opcode = ZEND_ASSIGN; in try_remove_definition()
H A Ddfa_pass.c991 if (opline->opcode == ZEND_ASSIGN in zend_dfa_optimize_op_array()
1063 if (opline->opcode == ZEND_ASSIGN in zend_dfa_optimize_op_array()
H A Dzend_inference.c1348 case ZEND_ASSIGN: in zend_inference_calc_range()
2778 case ZEND_ASSIGN: in zend_update_type_info()
3798 if (opline->opcode == ZEND_ASSIGN && opline->result_type == IS_UNUSED && in zend_type_narrowing()
4189 case ZEND_ASSIGN: in zend_may_throw()
4243 case ZEND_ASSIGN: in zend_may_throw()
4411 case ZEND_ASSIGN: in zend_may_throw()
H A Dzend_ssa.c598 case ZEND_ASSIGN: in zend_ssa_rename()
H A Dblock_pass.c1774 case ZEND_ASSIGN: in zend_t_usage()
/PHP-7.3/Zend/
H A Dzend_vm_opcodes.h115 #define ZEND_ASSIGN 38 macro
H A Dzend_compile.c2986 zend_emit_op(result, ZEND_ASSIGN, &var_node, &expr_node); in zend_compile_assign()
H A Dzend_vm_def.h2318 ZEND_VM_HANDLER(38, ZEND_ASSIGN, VAR|CV, CONST|TMP|VAR|CV, SPEC(RETVAL))

Completed in 151 milliseconds