Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c1030 static int *zend_jit_compute_block_order_int(zend_ssa *ssa, int n, int *block_order) in zend_jit_compute_block_order_int() function
1044 block_order = zend_jit_compute_block_order_int(ssa, n, block_order); in zend_jit_compute_block_order_int()
1053 int *end = zend_jit_compute_block_order_int(ssa, 0, block_order); in zend_jit_compute_block_order()

Completed in 14 milliseconds