Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c1243 static inline void zend_ssa_remove_use_of_phi_source(zend_ssa *ssa, zend_ssa_phi *phi, int source, … in zend_ssa_remove_use_of_phi_source() function
1259 zend_ssa_remove_use_of_phi_source(ssa, phi, source, zend_ssa_next_use_phi(ssa, source, phi)); in zend_ssa_remove_uses_of_phi_sources()
1318 zend_ssa_remove_use_of_phi_source(ssa, phi, var_num, next_phi); in zend_ssa_remove_phi_source()

Completed in 9 milliseconds