Home
last modified time | relevance | path

Searched refs:OP2_INFO (Results 1 – 6 of 6) sorted by relevance

/PHP-7.3/ext/opcache/Optimizer/
H A Descape_analysis.c214 if (opline->op2_type == IS_CV && (OP2_INFO() & MAY_BE_ARRAY)) { in is_allocation_def()
382 if (OP2_INFO() & MAY_BE_OBJECT) { in is_escape_use()
H A Dzend_inference.h231 #define OP2_INFO() (_ssa_op2_info(op_array, ssa, opline)) macro
H A Ddce.c177 && (OP2_INFO() & MAY_HAVE_DTOR) in may_have_side_effects()
H A Ddfa_pass.c1028 && (OP2_INFO() & MAY_BE_ANY) == MAY_BE_DOUBLE in zend_dfa_optimize_op_array()
1052 && !(OP2_INFO() & MAY_BE_OBJECT)) { in zend_dfa_optimize_op_array()
H A Dzend_inference.c2319 t2 = OP2_INFO(); in zend_update_type_info()
2519 orig = assign_dim_result_type(orig, OP2_INFO(), tmp, opline->op2_type); in zend_update_type_info()
4179 uint32_t t2 = OP2_INFO(); in zend_may_throw()
H A Dzend_optimizer.c1355 …uint32_t op2_info = opline->op1_type == IS_UNUSED ? 0 : (OP2_INFO() & (MAY_BE_UNDEF|MAY_BE_ANY|MAY… in zend_redo_pass_two_ex()

Completed in 34 milliseconds