Home
last modified time | relevance | path

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

/PHP-8.3/Zend/Optimizer/
H A Dscdf.c232 zend_ssa_remove_uses_of_var(ssa, phi->ssa_var); in cleanup_loop_var_free_block()
H A Dzend_ssa.h157 void zend_ssa_remove_uses_of_var(zend_ssa *ssa, int var_num);
H A Dzend_ssa.c1338 zend_ssa_remove_uses_of_var(ssa, ssa_op->op1_def); in zend_ssa_remove_defs_of_instr()
1342 zend_ssa_remove_uses_of_var(ssa, ssa_op->op2_def); in zend_ssa_remove_defs_of_instr()
1346 zend_ssa_remove_uses_of_var(ssa, ssa_op->result_def); in zend_ssa_remove_defs_of_instr()
1393 void zend_ssa_remove_uses_of_var(zend_ssa *ssa, int var_num) /* {{{ */ in zend_ssa_remove_uses_of_var() function
1483 zend_ssa_remove_uses_of_var(ssa, phi->ssa_var); in zend_ssa_remove_block()
H A Ddce.c651 zend_ssa_remove_uses_of_var(ssa, phi->ssa_var); in dce_optimize_op_array()
H A Ddfa_pass.c722 zend_ssa_remove_uses_of_var(ssa, ssa_var); in zend_ssa_unlink_block()

Completed in 21 milliseconds