Home
last modified time | relevance | path

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

/PHP-8.3/Zend/Optimizer/
H A Dsccp.c189 static zval *get_op1_value(sccp_ctx *ctx, zend_op *opline, const zend_ssa_op *ssa_op) { in get_op1_value() function
872 op1 = get_op1_value(ctx, opline, ssa_op); in sccp_visit_instr()
890 zval *data = get_op1_value(ctx, opline+1, ssa_op+1); in sccp_visit_instr()
983 zval *data = get_op1_value(ctx, opline+1, ssa_op+1); in sccp_visit_instr()
1291 zval *data = get_op1_value(ctx, opline+1, ssa_op+1); in sccp_visit_instr()
1336 zval *data = get_op1_value(ctx, opline+1, ssa_op+1); in sccp_visit_instr()
1675 args[i] = get_op1_value(ctx, opline, in sccp_visit_instr()
1794 op1 = get_op1_value(ctx, opline, ssa_op); in sccp_mark_feasible_successors()

Completed in 20 milliseconds