Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_cfg.c770 int *entry_times, *exit_times; in zend_cfg_identify_loops() local
783 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
811 exit_times[i] = time++; in zend_cfg_identify_loops()
849 if (entry_times[pred] > entry_times[i] && exit_times[pred] < exit_times[i]) { in zend_cfg_identify_loops()

Completed in 7 milliseconds