Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_cfg.c800 int *entry_times, *exit_times; in zend_cfg_identify_loops() local
813 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
839 exit_times[i] = time++; in zend_cfg_identify_loops()
877 if (entry_times[pred] > entry_times[i] && exit_times[pred] < exit_times[i]) { in zend_cfg_identify_loops()

Completed in 6 milliseconds