Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/Optimizer/
H A Ddce.c312 static inline zend_bool is_var_dead(context *ctx, int var_num) { in is_var_dead() function
397 && !is_var_dead(ctx, ssa_op->op1_use)) { in dce_instr()
401 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR))&& !is_var_dead(ctx, ssa_op->op1_use)) { in dce_instr()
410 if ((opline->op2_type & (IS_VAR|IS_TMP_VAR)) && !is_var_dead(ctx, ssa_op->op2_use)) { in dce_instr()

Completed in 5 milliseconds