Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_cfg.h122 int zend_cfg_compute_dominators_tree(const zend_op_array *op_array, zend_cfg *cfg);
H A Dzend_cfg.c682 int zend_cfg_compute_dominators_tree(const zend_op_array *op_array, zend_cfg *cfg) /* {{{ */ in zend_cfg_compute_dominators_tree() function
H A Ddfa_pass.c72 if (zend_cfg_compute_dominators_tree(op_array, &ssa->cfg) != SUCCESS) { in zend_dfa_analyze_op_array()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c718 if (zend_cfg_compute_dominators_tree(op_array, cfg) != SUCCESS) { in zend_jit_build_cfg()

Completed in 21 milliseconds