Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c115 ir_ref new_copy; in ir_sccp_meet_phi() local
154 new_copy = input; in ir_sccp_meet_phi()
157 new_copy = input; in ir_sccp_meet_phi()
166 new_copy = IR_UNUSED; in ir_sccp_meet_phi()
202 if (new_copy == input) { in ir_sccp_meet_phi()
209 if (new_copy == input) { in ir_sccp_meet_phi()
229 if (new_copy) { in ir_sccp_meet_phi()
230 if (_values[i].op == IR_COPY && _values[i].op1 == new_copy) { in ir_sccp_meet_phi()
235 _values[i].optx = IR_OPT(IR_COPY, ctx->ir_base[new_copy].type); in ir_sccp_meet_phi()
236 _values[i].op1 = new_copy; in ir_sccp_meet_phi()

Completed in 11 milliseconds