Searched refs:ZEND_JIT_DEBUG_IR_CODEGEN (Results 1 – 2 of 2) sorted by relevance
85 #define ZEND_JIT_DEBUG_IR_CODEGEN (1U<<31) macro
2829 if (JIT_G(debug) & (ZEND_JIT_DEBUG_IR_FINAL|ZEND_JIT_DEBUG_IR_CODEGEN)) { in zend_jit_ir_compile()2830 if (JIT_G(debug) & ZEND_JIT_DEBUG_IR_CODEGEN) { in zend_jit_ir_compile()3385 ZEND_JIT_DEBUG_IR_CODEGEN| in zend_jit_setup()16554 …R_AFTER_SCHEDULE|ZEND_JIT_DEBUG_IR_AFTER_REGS|ZEND_JIT_DEBUG_IR_FINAL|ZEND_JIT_DEBUG_IR_CODEGEN)) {
Completed in 50 milliseconds