Home
last modified time | relevance | path

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

/php-src/Zend/Optimizer/
H A Dzend_cfg.h27 #define ZEND_BB_ENTRY (1<<4) /* stackless 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_cfg.c67 succ->flags |= ZEND_BB_ENTRY; in zend_mark_reachable()
H A Dzend_dump.c806 if (b->flags & (ZEND_BB_ENTRY|ZEND_BB_RECV_ENTRY)) { in zend_dump_block_info()
/php-src/ext/opcache/jit/
H A Dzend_jit.c1303 ssa->cfg.blocks[ssa->cfg.map[rt_opline - op_array->opcodes]].flags |= ZEND_BB_ENTRY; in zend_jit()
1417 } else if (ssa->cfg.blocks[b].flags & (ZEND_BB_START|ZEND_BB_ENTRY)) { in zend_jit()
H A Dzend_jit_ir.c3723 …if ((bb->flags & ZEND_BB_ENTRY) || (bb->idom >= 0 && jit->bb_start_ref[bb->idom] < jit->ctx.fold_c… in zend_jit_bb_start()
4083 ZEND_ASSERT(jit->ssa->cfg.blocks[succ].flags & ZEND_BB_ENTRY); in zend_jit_tail_handler()
4089 jit->ssa->cfg.blocks[succ].flags |= ZEND_BB_ENTRY; in zend_jit_tail_handler()
9958 ZEND_ASSERT(jit->ssa->cfg.blocks[succ].flags & ZEND_BB_ENTRY);
16727 if (bb->flags & (ZEND_BB_ENTRY|ZEND_BB_RECV_ENTRY)) {

Completed in 73 milliseconds