Home
last modified time | relevance | path

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

/PHP-8.3/Zend/Optimizer/
H A Dzend_ssa.h279 zend_ssa_phi *next_phi; \
280 for (phi = (var)->phi_use_chain; phi; phi = next_phi) { \
281 next_phi = zend_ssa_next_use_phi(ssa, _var_num, phi);
H A Dzend_ssa.c1355 zend_ssa_phi *next_phi = phi->use_chains[pred_offset]; in zend_ssa_remove_phi_source() local
1368 ZEND_ASSERT(next_phi == NULL); in zend_ssa_remove_phi_source()
1370 phi->use_chains[j] = next_phi; in zend_ssa_remove_phi_source()
1377 zend_ssa_remove_use_of_phi_source(ssa, phi, var_num, next_phi); in zend_ssa_remove_phi_source()

Completed in 32 milliseconds