Home
last modified time | relevance | path

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

/php-src/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-src/ext/opcache/jit/
H A Dzend_jit.c1887 && (!(op1_info & MAY_HAVE_DTOR) || !(op1_info & MAY_BE_RC1))) { in zend_jit()
H A Dzend_jit_ir.c12306 if ((op2_info & MAY_HAVE_DTOR) && (op2_info & MAY_BE_RC1)) {
12313 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
12599 && (op2_info & MAY_HAVE_DTOR)
14746 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
15224 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {

Completed in 56 milliseconds