Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/ir/
H A Dir.c1173 size_t linked_lists_size, linked_lists_top = 0, edges_count = 0; in ir_build_def_use_lists() local
1199 if (UNEXPECTED(linked_lists_top >= linked_lists_size)) { in ir_build_def_use_lists()
1204 linked_lists[linked_lists_top] = i; /* store the "use" */ in ir_build_def_use_lists()
1205 linked_lists[linked_lists_top + 1] = use_list->refs; /* store list next */ in ir_build_def_use_lists()
1206 … use_list->refs = -(linked_lists_top + 1); /* store a head of the list using a negative number */ in ir_build_def_use_lists()
1207 linked_lists_top += 2; in ir_build_def_use_lists()

Completed in 23 milliseconds