Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir.c1185 size_t linked_lists_size, linked_lists_top = 0, edges_count = 0; local
1211 if (UNEXPECTED(linked_lists_top >= linked_lists_size)) {
1216 linked_lists[linked_lists_top] = i; /* store the "use" */
1217 linked_lists[linked_lists_top + 1] = use_list->refs; /* store list next */
1218 … use_list->refs = -(linked_lists_top + 1); /* store a head of the list using a negative number */
1219 linked_lists_top += 2;

Completed in 11 milliseconds