Home
last modified time | relevance | path

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

/PHP-8.1/Zend/Optimizer/
H A Dsccp.c191 static zval *get_op1_value(sccp_ctx *ctx, zend_op *opline, zend_ssa_op *ssa_op) { in get_op1_value() function
994 op1 = get_op1_value(ctx, opline, ssa_op); in sccp_visit_instr()
1030 zval *data = get_op1_value(ctx, opline+1, ssa_op+1); in sccp_visit_instr()
1123 zval *data = get_op1_value(ctx, opline+1, ssa_op+1); in sccp_visit_instr()
1429 zval *data = get_op1_value(ctx, opline+1, ssa_op+1); in sccp_visit_instr()
1474 zval *data = get_op1_value(ctx, opline+1, ssa_op+1); in sccp_visit_instr()
1818 args[i] = get_op1_value(ctx, opline, in sccp_visit_instr()
1885 op1 = get_op1_value(ctx, opline, ssa_op); in sccp_mark_feasible_successors()

Completed in 9 milliseconds