Home
last modified time | relevance | path

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

/PHP-8.1/Zend/Optimizer/
H A Dsccp.c92 #define IS_TOP(zv) (Z_TYPE_P(zv) == TOP) macro
104 if (IS_TOP(zv)) { in scp_dump_value()
146 return !IS_TOP(zv) && !IS_BOT(zv); in value_known()
153 if (IS_BOT(value) || IS_TOP(new)) { in set_value()
167 if (IS_TOP(value) || IS_BOT(new)) { in set_value()
988 #define SKIP_IF_TOP(op) if (IS_TOP(op)) return;
1824 } else if (IS_TOP(args[i])) { in sccp_visit_instr()
1896 if (IS_TOP(op1)) { in sccp_mark_feasible_successors()
2046 if (IS_BOT(a) || IS_TOP(b)) { in join_phi_values()
2049 if (IS_TOP(a)) { in join_phi_values()
[all …]

Completed in 11 milliseconds