Home
last modified time | relevance | path

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

/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_cfg.c814 int *entry_times, *exit_times; in zend_cfg_identify_loops() local
827 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
853 exit_times[i] = time++; in zend_cfg_identify_loops()
891 if (entry_times[pred] > entry_times[i] && exit_times[pred] < exit_times[i]) { in zend_cfg_identify_loops()

Completed in 9 milliseconds