Home
last modified time | relevance | path

Searched refs:entry_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
782 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
783 exit_times = entry_times + cfg->blocks_count; in zend_cfg_identify_loops()
784 memset(entry_times, -1, 2 * sizeof(int) * cfg->blocks_count); in zend_cfg_identify_loops()
791 if (entry_times[i] == -1) { in zend_cfg_identify_loops()
792 entry_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()
871 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()

Completed in 7 milliseconds