Home
last modified time | relevance | path

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

/PHP-8.4/ext/opcache/jit/ir/
H A Dir_sccp.c23 #define IR_IS_FEASIBLE(ref) (ref >= 0 && _values[ref].optx != IR_TOP) macro
118 if (!IR_IS_FEASIBLE(insn->op1)) { in ir_sccp_meet_phi()
414 if (IR_IS_FEASIBLE(use)) { in ir_sccp_replace_insn()
621 if (input && IR_IS_FEASIBLE(input)) { in ir_sccp_remove_unfeasible_merge_inputs()
2261 IR_ASSERT(insn->op == IR_START || IR_IS_FEASIBLE(insn->op1)); in ir_sccp()

Completed in 10 milliseconds