Home
last modified time | relevance | path

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

/PHP-7.3/ext/opcache/Optimizer/
H A Ddce.c298 static inline zend_bool is_var_dead(context *ctx, int var_num) { in is_var_dead() function
385 && !is_var_dead(ctx, ssa_op->op1_use)) { in dce_instr()
389 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR))&& !is_var_dead(ctx, ssa_op->op1_use)) { in dce_instr()
398 if ((opline->op2_type & (IS_VAR|IS_TMP_VAR)) && !is_var_dead(ctx, ssa_op->op2_use)) { in dce_instr()
534 && !is_var_dead(ctx, var)) { in dce_live_ranges()

Completed in 6 milliseconds