Home
last modified time | relevance | path

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

/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_ssa.h145 void zend_ssa_remove_uses_of_var(zend_ssa *ssa, int var_num);
H A Dzend_ssa.c1258 zend_ssa_remove_uses_of_var(ssa, ssa_op->op1_def); in zend_ssa_remove_defs_of_instr()
1262 zend_ssa_remove_uses_of_var(ssa, ssa_op->op2_def); in zend_ssa_remove_defs_of_instr()
1266 zend_ssa_remove_uses_of_var(ssa, ssa_op->result_def); in zend_ssa_remove_defs_of_instr()
1317 void zend_ssa_remove_uses_of_var(zend_ssa *ssa, int var_num) /* {{{ */ in zend_ssa_remove_uses_of_var() function
1378 zend_ssa_remove_uses_of_var(ssa, phi->ssa_var); in zend_ssa_remove_predecessor()
1408 zend_ssa_remove_uses_of_var(ssa, phi->ssa_var); in zend_ssa_remove_block()
H A Ddce.c720 zend_ssa_remove_uses_of_var(ssa, phi->ssa_var); in dce_optimize_op_array()

Completed in 21 milliseconds