Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_cfg.c786 int *entry_times, *exit_times; in zend_cfg_identify_loops() local
798 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
799 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
800 memset(entry_times, -1, 2 * sizeof(int) * cfg->blocks_count); in zend_cfg_identify_loops()
807 if (entry_times[i] == -1) { in zend_cfg_identify_loops()
808 entry_times[i] = time++; in zend_cfg_identify_loops()
863 if (entry_times[pred] > entry_times[i] && exit_times[pred] < exit_times[i]) { in zend_cfg_identify_loops()
885 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()

Completed in 5 milliseconds