Home
last modified time | relevance | path

Searched refs:IS_TOP (Results 1 – 1 of 1) sorted by path

/PHP-7.2/ext/opcache/Optimizer/
H A Dsccp.c85 #define IS_TOP(zv) (Z_TYPE_P(zv) == TOP) macro
92 return !IS_TOP(zv) && !IS_BOT(zv); in value_known()
99 if (IS_BOT(value) || IS_TOP(new)) { in set_value()
109 if (IS_TOP(value) || IS_BOT(new)) { in set_value()
868 #define SKIP_IF_TOP(op) if (IS_TOP(op)) break;
925 if (IS_TOP(op1) || !call || call->caller_call_opline->opcode != ZEND_DO_ICALL) { in sccp_visit_instr()
1276 } else if (IS_TOP(args[i])) { in sccp_visit_instr()
1283 if (!IS_TOP(&ctx->values[ssa_op->result_def])) { in sccp_visit_instr()
1350 if (IS_TOP(op1)) { in sccp_mark_feasible_successors()
1387 if (IS_BOT(a) || IS_TOP(b)) { in join_phi_values()
[all …]

Completed in 10 milliseconds