Searched refs:is_var_dead (Results 1 – 1 of 1) sorted by relevance
266 static inline zend_bool is_var_dead(context *ctx, int var_num) { in is_var_dead() function353 && !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 8 milliseconds