Home
last modified time | relevance | path

Searched refs:MAY_HAVE_DTOR (Results 1 – 4 of 4) sorted by relevance

/PHP-8.4/Zend/Optimizer/
H A Ddce.c191 && (OP2_INFO() & MAY_HAVE_DTOR) in may_have_side_effects()
231 && (OP1_INFO() & MAY_HAVE_DTOR)) { in may_have_side_effects()
H A Dzend_inference.h35 #define MAY_HAVE_DTOR \ macro
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit.c1906 && (!(op1_info & MAY_HAVE_DTOR) || !(op1_info & MAY_BE_RC1))) { in zend_jit()
H A Dzend_jit_ir.c12491 if ((op2_info & MAY_HAVE_DTOR) && (op2_info & MAY_BE_RC1)) {
12498 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
12785 && (op2_info & MAY_HAVE_DTOR)
15121 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
15599 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {

Completed in 77 milliseconds