Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/Optimizer/
H A Ddce.c441 int common_source = -1; in get_common_phi_source() local
447 if (common_source == -1) { in get_common_phi_source()
448 common_source = source; in get_common_phi_source()
449 } else if (common_source != source) { in get_common_phi_source()
457 return common_source; in get_common_phi_source()
464 int common_source = get_common_phi_source(ssa, phi); in try_remove_trivial_phi() local
465 if (common_source >= 0) { in try_remove_trivial_phi()
466 zend_ssa_rename_var_uses(ssa, phi->ssa_var, common_source, 1); in try_remove_trivial_phi()

Completed in 6 milliseconds