Home
last modified time | relevance | path

Searched refs:ZEND_CFG_NO_ENTRY_PREDECESSORS (Results 1 – 4 of 4) sorted by relevance

/php-src/Zend/Optimizer/
H A Dzend_cfg.h98 #define ZEND_CFG_NO_ENTRY_PREDECESSORS (1<<25) macro
H A Dzend_cfg.c444 if ((build_flags & ZEND_CFG_NO_ENTRY_PREDECESSORS) in zend_build_cfg()
H A Ddfa_pass.c53 zend_build_cfg(&ctx->arena, op_array, ZEND_CFG_NO_ENTRY_PREDECESSORS, &ssa->cfg); in zend_dfa_analyze_op_array()
/php-src/ext/opcache/jit/
H A Dzend_jit.c921 …flags = ZEND_CFG_STACKLESS | ZEND_CFG_NO_ENTRY_PREDECESSORS | ZEND_SSA_RC_INFERENCE_FLAG | ZEND_SS… in zend_jit_build_cfg()

Completed in 26 milliseconds