Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_cfg.h24 #define ZEND_BB_FOLLOW (1<<1) /* follows the next block */ macro
H A Dzend_cfg.c49 succ->flags |= ZEND_BB_FOLLOW; in zend_mark_reachable()
73 succ->flags |= ZEND_BB_FOLLOW; in zend_mark_reachable()
78 succ->flags |= ZEND_BB_FOLLOW | ZEND_BB_TARGET; in zend_mark_reachable()
84 succ->flags |= ZEND_BB_FOLLOW; in zend_mark_reachable()
H A Dblock_pass.c1637 if (!(block->flags & ZEND_BB_FOLLOW) || in zend_t_usage()
1719 !(next_block->flags & ZEND_BB_FOLLOW) || in zend_t_usage()
1835 if ((b->flags & ZEND_BB_FOLLOW) && in zend_merge_blocks()
1934 if (!(b->flags & ZEND_BB_FOLLOW) || in zend_optimize_cfg()
H A Dzend_dump.c732 if (b->flags & ZEND_BB_FOLLOW) { in zend_dump_block_info()

Completed in 38 milliseconds