Home
last modified time | relevance | path

Searched refs:entry_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
826 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
827 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
828 memset(entry_times, -1, 2 * sizeof(int) * cfg->blocks_count); in zend_cfg_identify_loops()
835 if (entry_times[i] == -1) { in zend_cfg_identify_loops()
836 entry_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()
913 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()

Completed in 7 milliseconds