Lines Matching refs:IR_UNUSED

657 						ref = IR_UNUSED;  in jit_SNAPSHOT()
870 if (jit->fp == IR_UNUSED) { in jit_FP()
895 jit->fp = IR_UNUSED; in jit_STORE_FP()
1010 ir_ref addr = IR_UNUSED; in zend_jit_set_ip()
1438 ir_ref same_src_ref = IR_UNUSED; in zend_jit_gen_phi()
1589 ir_ref ref = IR_UNUSED; in jit_ZVAL_COPY_CONST()
1624 ir_ref ref = IR_UNUSED; in jit_ZVAL_COPY()
1654 ir_ref if_refcounted = IR_UNUSED; in jit_ZVAL_COPY()
1673 ir_ref ref = IR_UNUSED; in jit_ZVAL_COPY_2()
1716 ir_ref if_refcounted = IR_UNUSED; in jit_ZVAL_COPY_2()
1776 ir_ref if_refcounted = IR_UNUSED; in jit_ZVAL_PTR_DTOR()
1777 ir_ref if_not_zero = IR_UNUSED; in jit_ZVAL_PTR_DTOR()
1778 ir_ref end_inputs = IR_UNUSED; in jit_ZVAL_PTR_DTOR()
1854 ir_ref end_inputs = IR_UNUSED; in jit_OBJ_RELEASE()
2728 jit->tls = IR_UNUSED; in zend_jit_init_ctx()
2730 jit->fp = IR_UNUSED; in zend_jit_init_ctx()
2731 jit->trace_loop_ref = IR_UNUSED; in zend_jit_init_ctx()
2732 jit->return_inputs = IR_UNUSED; in zend_jit_init_ctx()
3443 ZEND_ASSERT(*r == IR_UNUSED || *r == ref); in _zend_jit_add_predecessor_ref()
3474 ir_ref true_path = IR_UNUSED, false_path = IR_UNUSED; in _zend_jit_merge_smart_branch_inputs()
3602 ir_ref list = IR_UNUSED, idx; in zend_jit_case_start()
3685 if (ref == IR_UNUSED) { in zend_jit_bb_start()
3687 ir_BEGIN(IR_UNUSED); /* unreachable block */ in zend_jit_bb_start()
3722 ir_ref entry_path = IR_UNUSED; in zend_jit_bb_start()
3736 if (ref == IR_UNUSED) { in zend_jit_bb_start()
3738 pred_refs[i] = IR_UNUSED; in zend_jit_bb_start()
3756 pred_refs[i] = IR_UNUSED; in zend_jit_bb_start()
4540 struct jit_observer_fcall_is_unobserved_data data = { .ir_end_inputs = IR_UNUSED }; in jit_observer_fcall_is_unobserved_start()
4545 ZEND_ASSERT(rx != IR_UNUSED); in jit_observer_fcall_is_unobserved_start()
4635 ir_ref if_long = IR_UNUSED; in zend_jit_inc_dec()
4636 ir_ref op1_lval_ref = IR_UNUSED; in zend_jit_inc_dec()
4720 ir_ref merge_inputs = IR_UNUSED; in zend_jit_inc_dec()
4968 ir_ref op1, op2, ref, if_overflow = IR_UNUSED; in zend_jit_math_long_long()
5045 ir_ref fast_path = IR_UNUSED; in zend_jit_math_long_long()
5247 ir_ref if_op1_long = IR_UNUSED; in zend_jit_math_helper()
5248 ir_ref if_op1_double = IR_UNUSED; in zend_jit_math_helper()
5249 ir_ref if_op2_double = IR_UNUSED; in zend_jit_math_helper()
5250 ir_ref if_op1_long_op2_long = IR_UNUSED; in zend_jit_math_helper()
5251 ir_ref if_op1_long_op2_double = IR_UNUSED; in zend_jit_math_helper()
5252 ir_ref if_op1_double_op2_double = IR_UNUSED; in zend_jit_math_helper()
5253 ir_ref if_op1_double_op2_long = IR_UNUSED; in zend_jit_math_helper()
5254 ir_ref slow_inputs = IR_UNUSED; in zend_jit_math_helper()
5577 ir_ref ref = IR_UNUSED; in zend_jit_long_math_helper()
5578 ir_ref if_long1 = IR_UNUSED; in zend_jit_long_math_helper()
5579 ir_ref if_long2 = IR_UNUSED; in zend_jit_long_math_helper()
5943 ir_ref if_op1_string = IR_UNUSED; in zend_jit_concat_helper()
5944 ir_ref if_op2_string = IR_UNUSED; in zend_jit_concat_helper()
5945 ir_ref fast_path = IR_UNUSED; in zend_jit_concat_helper()
6049 ir_ref slow_path = IR_UNUSED; in zend_jit_assign_op()
6056 ir_ref if_op1_ref = IR_UNUSED; in zend_jit_assign_op()
6057 ir_ref if_op1_typed = IR_UNUSED; in zend_jit_assign_op()
6183 ir_ref end_inputs = IR_UNUSED; in zend_jit_simple_assign()
6305 ir_ref undef_path = IR_UNUSED; in zend_jit_assign_to_variable_call()
6385 ir_ref if_refcounted = IR_UNUSED; in zend_jit_assign_to_variable()
6386 ir_ref simple_inputs = IR_UNUSED; in zend_jit_assign_to_variable()
6910 ir_ref ref = IR_UNUSED; in zend_jit_cmp()
6911 ir_ref if_op1_long = IR_UNUSED; in zend_jit_cmp()
6912 ir_ref if_op1_double = IR_UNUSED; in zend_jit_cmp()
6913 ir_ref if_op2_double = IR_UNUSED; in zend_jit_cmp()
6914 ir_ref if_op1_long_op2_long = IR_UNUSED; in zend_jit_cmp()
6915 ir_ref if_op1_long_op2_double = IR_UNUSED; in zend_jit_cmp()
6916 ir_ref if_op1_double_op2_double = IR_UNUSED; in zend_jit_cmp()
6917 ir_ref if_op1_double_op2_long = IR_UNUSED; in zend_jit_cmp()
6918 ir_ref slow_inputs = IR_UNUSED; in zend_jit_cmp()
7157 ir_ref merge_inputs = IR_UNUSED; in zend_jit_cmp()
7173 ir_ref true_inputs = IR_UNUSED, false_inputs = IR_UNUSED; in zend_jit_cmp()
7217 ir_ref ref = IR_UNUSED; in zend_jit_identical()
7448 ir_ref ref, end_inputs = IR_UNUSED, true_inputs = IR_UNUSED, false_inputs = IR_UNUSED; in zend_jit_bool_jmpznz()
7449 ir_type type = IR_UNUSED; in zend_jit_bool_jmpznz()
7559 ir_ref if_type = IR_UNUSED; in zend_jit_bool_jmpznz()
7587 ir_ref if_long = IR_UNUSED; in zend_jit_bool_jmpznz()
7638 ir_ref if_double = IR_UNUSED; in zend_jit_bool_jmpznz()
7751 ir_ref end_inputs = IR_UNUSED, true_inputs = IR_UNUSED, false_inputs = IR_UNUSED; in zend_jit_defined()
7902 ir_ref end1 = IR_UNUSED, ref1 = IR_UNUSED; in zend_jit_guard_fetch_result_type()
8054 ir_ref end_inputs = IR_UNUSED, true_inputs = IR_UNUSED, false_inputs = IR_UNUSED; in zend_jit_type_check()
8074 ir_ref if_def = IR_UNUSED; in zend_jit_type_check()
8222 ir_BEGIN(IR_UNUSED); /* unreachable block */ in zend_jit_type_check()
8235 ir_ref end_inputs = IR_UNUSED, true_inputs = IR_UNUSED, false_inputs = IR_UNUSED; in zend_jit_isset_isempty_cv()
8356 ir_ref used_stack_ref = IR_UNUSED;
8358 ir_ref rx, ref, top, if_enough_stack, cold_path = IR_UNUSED;
8369 ir_ref if_internal_func = IR_UNUSED;
8663 ir_ref func_ref = IR_UNUSED;
8783 …!zend_jit_push_call_frame(jit, opline, op_array, func, 0, 0, checked_stack, func_ref, IR_UNUSED)) {
8824 ir_ref if_static = IR_UNUSED, cold_path, this_ref = IR_NULL, func_ref = IR_NULL;
9130 if (!zend_jit_push_call_frame(jit, opline, NULL, func, 1, 0, checked_stack, ref, IR_UNUSED)) {
9232 ir_ref ref_path = IR_UNUSED;
9321 ir_ref end_inputs = IR_UNUSED;
9470 ir_ref ref, if_def = IR_UNUSED;
9715 ir_ref rx, func_ref = IR_UNUSED, if_user = IR_UNUSED, user_path = IR_UNUSED;
9992 ir_ref merge_inputs = IR_UNUSED;
10080 var_ref = ir_PHI_2(IR_ADDR, var_ref, IR_UNUSED);
10081 idx = ir_PHI_2(IR_U32, idx, IR_UNUSED);
10136 ZEND_ASSERT(begin != IR_UNUSED);
10213 ir_ref res_addr = IR_UNUSED, func_ptr;
10312 ir_ref allocated_path = IR_UNUSED;
10441 ir_ref ref, fast_path = IR_UNUSED;
10551 ir_ref ref, if_fail, skip_path = IR_UNUSED;
10623 ir_ref fast_path = IR_UNUSED;
10737 ir_ref call_info = IR_UNUSED, ref, cold_path = IR_UNUSED;
10796 ir_ref if_release, fast_path = IR_UNUSED;
10891 ZEND_ASSERT(jit->ctx.ir_base[jit->trace_loop_ref].op2 == IR_UNUSED);
10952 ir_ref return_value = IR_UNUSED, ref, refcount, if_return_value_used = IR_UNUSED;
10958 jit->return_inputs = IR_UNUSED;
11029 jit->return_inputs = IR_UNUSED;
11106 jit->return_inputs = IR_UNUSED;
11122 ir_ref slow_inputs = IR_UNUSED, end_inputs = IR_UNUSED;
11167 ir_ref if_refcounted = IR_UNUSED, refcount, if_non_zero, if_may_not_leak;
11232 ir_ref ref, if_array, if_exists, end_inputs = IR_UNUSED;
11590 ir_ref ref = IR_UNUSED, cond, if_found;
11612 ir_ref h = IR_UNUSED;
11613 ir_ref idx_not_found_inputs = IR_UNUSED;
11729 if_packed = IR_UNUSED;
11779 if_packed = IR_UNUSED;
11875 if_packed = IR_UNUSED;
11916 if_packed = IR_UNUSED;
12188 ir_ref if_type = IR_UNUSED;
12189 ir_ref end_inputs = IR_UNUSED;
12190 ir_ref not_found_inputs = IR_UNUSED;
12509 ir_BEGIN(IR_UNUSED); /* unreachable tail */
12523 ir_ref ref = IR_UNUSED;
12524 ir_ref array_reference_end = IR_UNUSED, array_reference_ref = IR_UNUSED;
12587 *if_type = IR_UNUSED;
12595 ir_ref end1 = IR_UNUSED;
12639 ir_ref end_inputs = IR_UNUSED;
12640 ir_ref ref, if_type = IR_UNUSED, ht_ref;
12714 ZEND_ASSERT(end_inputs == IR_UNUSED);
12735 if_type = IR_UNUSED;
12819 ir_ref if_type = IR_UNUSED;
12820 ir_ref false_inputs = IR_UNUSED, end_inputs = IR_UNUSED;
12877 if_type = IR_UNUSED;
12899 ir_ref end1 = IR_UNUSED;
13012 ir_ref if_type = IR_UNUSED;
13013 ir_ref end_inputs = IR_UNUSED, ht_ref;
13115 if_type = IR_UNUSED;
13187 ir_ref end_inputs = IR_UNUSED, ht_ref;
13426 …ef, hash_pos_ref, packed_pos_ref, hash_p_ref = IR_UNUSED, packed_p_ref = IR_UNUSED, if_packed = IR…
13427 ir_ref if_def_hash = IR_UNUSED, if_def_packed = IR_UNUSED;
13428 ir_ref exit_inputs = IR_UNUSED;
13482 hash_pos_ref = ir_PHI_2(IR_U32, hash_pos_ref, IR_UNUSED);
13483 hash_p_ref = ir_PHI_2(IR_ADDR, hash_p_ref, IR_UNUSED);
13545 packed_pos_ref = ir_PHI_2(IR_U32, packed_pos_ref, IR_UNUSED);
13546 packed_p_ref = ir_PHI_2(IR_ADDR, packed_p_ref, IR_UNUSED);
13594 ir_ref p_ref = IR_UNUSED, hash_path = IR_UNUSED;
13600 ir_ref key_ref = IR_UNUSED, if_key = IR_UNUSED, key_path = IR_UNUSED;
13687 ir_ref pos_ref = IR_UNUSED;
13852 ir_ref prop_type_ref = IR_UNUSED;
13853 ir_ref obj_ref = IR_UNUSED;
13854 ir_ref prop_ref = IR_UNUSED;
13855 ir_ref end_inputs = IR_UNUSED;
13856 ir_ref slow_inputs = IR_UNUSED;
13857 ir_ref end_values = IR_UNUSED;
13893 ir_ref op1_ref = IR_UNUSED;
13898 ir_ref fast_path = IR_UNUSED;
14020 ir_ref allowed_inputs = IR_UNUSED;
14021 ir_ref forbidden_inputs = IR_UNUSED;
14262 ZEND_ASSERT(end_inputs == IR_UNUSED);
14308 ir_ref merge_inputs = IR_UNUSED;
14372 ir_ref obj_ref = IR_UNUSED;
14373 ir_ref prop_ref = IR_UNUSED;
14374 ir_ref delayed_end_input = IR_UNUSED;
14375 ir_ref end_inputs = IR_UNUSED;
14376 ir_ref slow_inputs = IR_UNUSED;
14550 ZEND_ASSERT(slow_inputs == IR_UNUSED);
14732 ir_ref obj_ref = IR_UNUSED;
14733 ir_ref prop_ref = IR_UNUSED;
14734 ir_ref end_inputs = IR_UNUSED;
14735 ir_ref slow_inputs = IR_UNUSED;
15157 ir_ref obj_ref = IR_UNUSED;
15158 ir_ref prop_ref = IR_UNUSED;
15159 ir_ref end_inputs = IR_UNUSED;
15160 ir_ref slow_inputs = IR_UNUSED;
15367 ir_ref if_long = IR_UNUSED;
15368 ir_ref if_overflow = IR_UNUSED;
15762 ir_ref continue_list = IR_UNUSED;
15887 ir_ref continue_list = IR_UNUSED;
15941 ir_ref if_type = IR_UNUSED, default_input_list = IR_UNUSED, ref = IR_UNUSED;
15942 ir_ref continue_list = IR_UNUSED;
15945 ir_ref long_path = IR_UNUSED;
16112 ZEND_ASSERT(jit->ctx.ir_base[ref].op3 == IR_UNUSED);
16470 ir_ref ref = IR_UNUSED;
16584 ir_BEGIN(IR_UNUSED); /* unreachable block */
16789 ZEND_ASSERT(jit->ra[src_var].ref != IR_UNUSED && jit->ra[src_var].ref != IR_NULL);
16793 zend_jit_use_reg(jit, ZEND_ADDR_REG(src_var)), IR_UNUSED);
16807 ZEND_ASSERT(jit->ctx.ir_base[loop_ref].op2 == IR_UNUSED);
17178 …t_observer_fcall_is_unobserved_start(jit, fbc, &observer_handler, IR_UNUSED, IR_UNUSED).if_unobser…
17197 ir_ref skip_observer = IR_UNUSED;
17204 if (skip_observer != IR_UNUSED) {
17236 ir_ref skip_observer = IR_UNUSED;
17243 if (skip_observer != IR_UNUSED) {
17290 ir_ref skip_observer = IR_UNUSED;
17297 if (skip_observer != IR_UNUSED) {
17364 ir_ref skip_observer = IR_UNUSED;
17371 if (skip_observer != IR_UNUSED) {