Home
last modified time | relevance | path

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

/PHP-7.2/ext/opcache/Optimizer/
H A Ddce.c266 static inline zend_bool is_var_dead(context *ctx, int var_num) { in is_var_dead() function
353 && !is_var_dead(ctx, ssa_op->op1_use)) { in dce_instr()
357 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR))&& !is_var_dead(ctx, ssa_op->op1_use)) { in dce_instr()
366 if ((opline->op2_type & (IS_VAR|IS_TMP_VAR)) && !is_var_dead(ctx, ssa_op->op2_use)) { in dce_instr()
608 && !is_var_dead(ctx, var)) { in dce_live_ranges()

Completed in 5 milliseconds