Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c13663 …ir_ref ref, ht_ref, hash_pos_ref, packed_pos_ref, hash_p_ref = IR_UNUSED, packed_p_ref = IR_UNUSED… local
13777 packed_p_ref = ir_ADD_A(
13783 packed_p_ref = ir_PHI_2(IR_ADDR, packed_p_ref, IR_UNUSED);
13813 if_def_packed = ir_IF(jit_Z_TYPE_ref(jit, packed_p_ref));
13816 ir_GUARD_NOT(jit_Z_TYPE_ref(jit, packed_p_ref), ir_CONST_ADDR(exit_addr));
13820 p2_ref = ir_ADD_OFFSET(packed_p_ref, sizeof(zval));
13824 ir_PHI_SET_OP(packed_p_ref, 2, p2_ref);
13918 p_ref = ir_PHI_2(IR_ADDR, packed_p_ref, hash_p_ref);
13920 p_ref = packed_p_ref;
13930 p_ref = ir_PHI_2(IR_ADDR, hash_p_ref, packed_p_ref);
[all …]

Completed in 41 milliseconds