Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_inference.h42 #define DEFINE_SSA_OP_HAS_RANGE(opN) \ argument
45 if (opline->opN##_type == IS_CONST) { \
51 ssa_op->opN##_use >= 0 && \
57 #define DEFINE_SSA_OP_MIN_RANGE(opN) \ argument
73 ssa_op->opN##_use >= 0 && \
80 #define DEFINE_SSA_OP_MAX_RANGE(opN) \ argument
96 ssa_op->opN##_use >= 0 && \
113 ssa_op->opN##_use >= 0 && \
130 ssa_op->opN##_use >= 0 && \
207 #define DEFINE_SSA_OP_INFO(opN) \ argument
[all …]
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c206 #define OP_RANGE(ssa_op, opN) \ argument
207 (((opline->opN##_type & (IS_TMP_VAR|IS_VAR|IS_CV)) && \
209 (ssa_op)->opN##_use >= 0 && \
210 ssa->var_info[(ssa_op)->opN##_use].has_range) ? \
211 &ssa->var_info[(ssa_op)->opN##_use].range : NULL)

Completed in 38 milliseconds