used_ext          609 ext/opcache/Optimizer/block_pass.c static void zend_optimize_block(zend_code_block *block, zend_op_array *op_array, zend_bitset used_ext, zend_cfg *cfg, zend_optimizer_ctx *ctx)
used_ext          811 ext/opcache/Optimizer/block_pass.c 			!zend_bitset_in(used_ext, VAR_NUM(ZEND_OP1(opline).var)) &&
used_ext          886 ext/opcache/Optimizer/block_pass.c 			(!zend_bitset_in(used_ext, VAR_NUM(ZEND_OP1(opline).var)) ||
used_ext         1118 ext/opcache/Optimizer/block_pass.c 					!zend_bitset_in(used_ext, VAR_NUM(ZEND_OP1(opline).var))) {
used_ext         1777 ext/opcache/Optimizer/block_pass.c 		   !zend_bitset_in(defined_here, VAR_NUM(op.var)) && !zend_bitset_in(used_ext, VAR_NUM(op.var))) {	\
used_ext         1778 ext/opcache/Optimizer/block_pass.c 			zend_bitset_incl(used_ext, VAR_NUM(op.var));									\
used_ext         1787 ext/opcache/Optimizer/block_pass.c static void zend_t_usage(zend_code_block *block, zend_op_array *op_array, zend_bitset used_ext, zend_optimizer_ctx *ctx)
used_ext         1828 ext/opcache/Optimizer/block_pass.c 				if (!zend_bitset_in(defined_here, VAR_NUM(ZEND_RESULT(opline).var)) && !zend_bitset_in(used_ext, VAR_NUM(ZEND_RESULT(opline).var)) &&
used_ext         1831 ext/opcache/Optimizer/block_pass.c 					zend_bitset_incl(used_ext, VAR_NUM(ZEND_RESULT(opline).var));
used_ext         1844 ext/opcache/Optimizer/block_pass.c 			fprintf(stderr, "T%d: %c\n", i, zend_bitset_in(used_ext, i) + '0');
used_ext         1857 ext/opcache/Optimizer/block_pass.c 		zend_bitset_copy(usage, used_ext, bitset_len);