Searched refs:ZEND_BITSET_FOREACH (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_bitset.h | 266 #define ZEND_BITSET_FOREACH(set, len, bit) do { \ macro
|
/PHP-8.3/Zend/Optimizer/ |
H A D | dce.c | 631 ZEND_BITSET_FOREACH(ctx.instr_dead, ctx.instr_worklist_len, i) { in dce_optimize_op_array()
|
H A D | zend_inference.c | 68 ZEND_BITSET_FOREACH(worklist, len, i) { \ 4341 ZEND_BITSET_FOREACH(visited, bitset_len, i) { in zend_type_narrowing()
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit.c | 1784 ZEND_BITSET_FOREACH(live, set_size, j) { in zend_jit_compute_liveness() 1890 ZEND_BITSET_FOREACH(live, set_size, j) { in zend_jit_compute_liveness()
|
Completed in 45 milliseconds