Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c2726 #define RA_HAS_IVAL(var) (ra[var].ref != 0) macro
2739 ZEND_ASSERT(RA_HAS_IVAL(var)); in zend_jit_trace_use_var()
2880 && RA_HAS_IVAL(ssa_op->op1_use)) { in zend_jit_trace_allocate_registers()
2912 && RA_HAS_IVAL(ssa_op->op2_use)) { in zend_jit_trace_allocate_registers()
2928 && RA_HAS_IVAL(ssa_op->result_use)) { in zend_jit_trace_allocate_registers()
3018 && RA_HAS_IVAL(ssa_op->op1_use) in zend_jit_trace_allocate_registers()
3056 if (ssa_op->result_use >= 0 && RA_HAS_IVAL(ssa_op->result_use)) { in zend_jit_trace_allocate_registers()
3096 if (j >= 0 && RA_HAS_IVAL(j) && !(RA_IVAL_FLAGS(j) & ZREG_LAST_USE)) { in zend_jit_trace_allocate_registers()
3171 if (RA_HAS_IVAL(i) && !ssa->vars[phi->ssa_var].no_val) { in zend_jit_trace_allocate_registers()
3180 if (RA_HAS_IVAL(i) && !ssa->vars[i].phi_use_chain) { in zend_jit_trace_allocate_registers()

Completed in 28 milliseconds