Searched refs:ZEND_BB_FOLLOW (Results 1 – 4 of 4) sorted by relevance
24 #define ZEND_BB_FOLLOW (1<<1) /* follows the next block */ macro
49 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()
1665 if (!(block->flags & ZEND_BB_FOLLOW) || in zend_t_usage()1746 !(next_block->flags & ZEND_BB_FOLLOW) || in zend_t_usage()1868 if ((b->flags & ZEND_BB_FOLLOW) && in zend_merge_blocks()1973 if (!(b->flags & ZEND_BB_FOLLOW) || in zend_optimize_cfg()
726 if (b->flags & ZEND_BB_FOLLOW) { in zend_dump_block_info()
Completed in 24 milliseconds