Home
last modified time | relevance | path

Searched refs:ZEND_BB_RECV_ENTRY (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/Optimizer/
H A Dzend_cfg.h33 #define ZEND_BB_RECV_ENTRY (1<<12) /* RECV entry */ macro
40 #define ZEND_BB_PROTECTED (ZEND_BB_ENTRY|ZEND_BB_RECV_ENTRY|ZEND_BB_TRY|ZEND_BB_CATCH|ZEND_B…
H A Dzend_dump.c794 if (b->flags & ZEND_BB_RECV_ENTRY) { in zend_dump_block_info()
806 if (b->flags & (ZEND_BB_ENTRY|ZEND_BB_RECV_ENTRY)) { in zend_dump_block_info()
H A Dzend_cfg.c73 succ->flags |= ZEND_BB_RECV_ENTRY; in zend_mark_reachable()
/php-src/ext/opcache/jit/
H A Dzend_jit.c1323 if (ssa->cfg.blocks[b].flags & (ZEND_BB_START|ZEND_BB_RECV_ENTRY)) { in zend_jit()
1397 && (ssa->cfg.blocks[b].flags & (ZEND_BB_START|ZEND_BB_RECV_ENTRY)) == 0 in zend_jit()
1415 } else if (ssa->cfg.blocks[b].flags & ZEND_BB_RECV_ENTRY) { in zend_jit()
H A Dzend_jit_ir.c3645 if ((jit->ssa->cfg.blocks[b].flags & ZEND_BB_RECV_ENTRY) in zend_jit_bb_start()
16672 if (bb->flags & (ZEND_BB_ENTRY|ZEND_BB_RECV_ENTRY)) {

Completed in 90 milliseconds