Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.h153 void zend_ssa_remove_uses_of_var(zend_ssa *ssa, int var_num);
H A Dzend_ssa.c1279 zend_ssa_remove_uses_of_var(ssa, ssa_op->op1_def); in zend_ssa_remove_defs_of_instr()
1283 zend_ssa_remove_uses_of_var(ssa, ssa_op->op2_def); in zend_ssa_remove_defs_of_instr()
1287 zend_ssa_remove_uses_of_var(ssa, ssa_op->result_def); in zend_ssa_remove_defs_of_instr()
1334 void zend_ssa_remove_uses_of_var(zend_ssa *ssa, int var_num) /* {{{ */ in zend_ssa_remove_uses_of_var() function
1425 zend_ssa_remove_uses_of_var(ssa, phi->ssa_var); in zend_ssa_remove_block()
H A Ddce.c609 zend_ssa_remove_uses_of_var(ssa, phi->ssa_var); in dce_optimize_op_array()

Completed in 16 milliseconds