Home
last modified time | relevance | path

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

/PHP-8.1/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.c1326 if ((JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_FUNC) in zend_jit_op_array_analyze1()
1353 if ((JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_FUNC) in zend_jit_op_array_analyze2()
4075 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_FUNC) { in zend_jit()
H A Dzend_jit_trace.c568 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_FUNC) { in zend_jit_trace_build_ssa()
1220 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_OPT_FUNC) { in zend_jit_trace_build_tssa()
1252 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_OPT_FUNC) { in zend_jit_trace_build_tssa()

Completed in 53 milliseconds