Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h35 #define ZEND_JIT_LEVEL_OPT_FUNC 3 /* optimized JIT based on Type-Inference */ macro
H A Dzend_jit.c1345 if ((JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_FUNC) in zend_jit_op_array_analyze1()
1366 if ((JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_FUNC) in zend_jit_op_array_analyze2()
4078 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_FUNC) { in zend_jit()
H A Dzend_jit_trace.c570 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_FUNC) { in zend_jit_trace_build_ssa()
1221 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_OPT_FUNC) { in zend_jit_trace_build_tssa()
1253 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_OPT_FUNC) { in zend_jit_trace_build_tssa()

Completed in 56 milliseconds