Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_ssa.h156 void zend_ssa_remove_uses_of_var(zend_ssa *ssa, int var_num);
H A Dzend_ssa.c1309 zend_ssa_remove_uses_of_var(ssa, ssa_op->op1_def); in zend_ssa_remove_defs_of_instr()
1313 zend_ssa_remove_uses_of_var(ssa, ssa_op->op2_def); in zend_ssa_remove_defs_of_instr()
1317 zend_ssa_remove_uses_of_var(ssa, ssa_op->result_def); in zend_ssa_remove_defs_of_instr()
1364 void zend_ssa_remove_uses_of_var(zend_ssa *ssa, int var_num) /* {{{ */ in zend_ssa_remove_uses_of_var() function
1455 zend_ssa_remove_uses_of_var(ssa, phi->ssa_var); in zend_ssa_remove_block()
H A Ddce.c633 zend_ssa_remove_uses_of_var(ssa, phi->ssa_var); in dce_optimize_op_array()
H A Ddfa_pass.c727 zend_ssa_remove_uses_of_var(ssa, ssa_var); in zend_ssa_unlink_block()

Completed in 19 milliseconds