Home
last modified time | relevance | path

Searched refs:opN (Results 1 – 2 of 2) sorted by relevance

/php-src/Zend/Optimizer/
H A Dzend_inference.h39 #define DEFINE_SSA_OP_HAS_RANGE(opN) \ argument
42 if (opline->opN##_type == IS_CONST) { \
48 ssa_op->opN##_use >= 0 && \
54 #define DEFINE_SSA_OP_MIN_RANGE(opN) \ argument
64 ssa_op->opN##_use >= 0 && \
71 #define DEFINE_SSA_OP_MAX_RANGE(opN) \ argument
81 ssa_op->opN##_use >= 0 && \
98 ssa_op->opN##_use >= 0 && \
115 ssa_op->opN##_use >= 0 && \
174 #define DEFINE_SSA_OP_INFO(opN) \ argument
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit.c651 #define OP_RANGE(ssa_op, opN) \ argument
652 (((opline->opN##_type & (IS_TMP_VAR|IS_VAR|IS_CV)) && \
654 (ssa_op)->opN##_use >= 0 && \
655 ssa->var_info[(ssa_op)->opN##_use].has_range) ? \
656 &ssa->var_info[(ssa_op)->opN##_use].range : NULL)

Completed in 15 milliseconds