Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir.h530 #define IR_OPT_CFG (1<<18) /* merge BBs, by remove END->BEGIN nodes during CFG construc… macro
915 ctx->flags &= ~(IR_OPT_CFG | IR_OPT_CODEGEN); in ir_jit_compile()
932 ctx->flags |= IR_OPT_CFG | IR_OPT_CODEGEN; in ir_jit_compile()
H A Dir_sccp.c2546 if (!(ctx->flags & IR_OPT_CFG)) { in ir_sccp()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c2630 flags |= IR_OPT_FOLDING | IR_OPT_CFG | IR_OPT_CODEGEN; in zend_jit_init_ctx()

Completed in 58 milliseconds