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.c2725 #define RA_HAS_IVAL(var) (ra[var].ref != 0) macro
2738 ZEND_ASSERT(RA_HAS_IVAL(var)); in zend_jit_trace_use_var()
2879 && RA_HAS_IVAL(ssa_op->op1_use)) { in zend_jit_trace_allocate_registers()
2911 && RA_HAS_IVAL(ssa_op->op2_use)) { in zend_jit_trace_allocate_registers()
2929 && 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()
3055 if (ssa_op->result_use >= 0 && RA_HAS_IVAL(ssa_op->result_use)) { in zend_jit_trace_allocate_registers()
3095 if (j >= 0 && RA_HAS_IVAL(j) && !(RA_IVAL_FLAGS(j) & ZREG_LAST_USE)) { in zend_jit_trace_allocate_registers()
3170 if (RA_HAS_IVAL(i) && !ssa->vars[phi->ssa_var].no_val) { in zend_jit_trace_allocate_registers()
3179 if (RA_HAS_IVAL(i) && !ssa->vars[i].phi_use_chain) { in zend_jit_trace_allocate_registers()

Completed in 24 milliseconds