Searched defs:use_chain (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/Zend/Optimizer/ |
H A D | dce.c | 341 static bool try_remove_var_def(context *ctx, int free_var, int use_chain, zend_op *opline) { in try_remove_var_def()
|
H A D | zend_ssa.h | 113 int use_chain; /* uses of this value, linked through opN_use_chain */ member
|
/PHP-8.1/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 2659 static void zend_jit_trace_use_var(int line, int var, int def, int use_chain, int *start, int *end,… in zend_jit_trace_use_var()
|
Completed in 28 milliseconds