Home
last modified time | relevance | path

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

/php-src/Zend/Optimizer/
H A Dsccp.c90 #define IS_TOP(zv) (Z_TYPE_P(zv) == TOP) macro
102 if (IS_TOP(zv)) { in scp_dump_value()
144 return !IS_TOP(zv) && !IS_BOT(zv); in value_known()
151 if (IS_BOT(value) || IS_TOP(new)) { in set_value()
165 if (IS_TOP(value) || IS_BOT(new)) { in set_value()
1686 } else if (IS_TOP(args[i])) { in sccp_visit_instr()
1749 } else if (IS_TOP(args[i])) { in sccp_visit_instr()
1859 if (IS_TOP(op1)) { in sccp_mark_feasible_successors()
2008 if (IS_BOT(a) || IS_TOP(b)) { in join_phi_values()
2011 if (IS_TOP(a)) { in join_phi_values()
[all …]

Completed in 9 milliseconds