Home
last modified time | relevance | path

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

/PHP-8.3/Zend/Optimizer/
H A Dsccp.c104 } else if (IS_BOT(zv)) { in scp_dump_value()
897 if (IS_BOT(op1)) { in sccp_visit_instr()
922 if (IS_BOT(data)) { in sccp_visit_instr()
996 if (IS_BOT(op1)) { in sccp_visit_instr()
1006 if (IS_BOT(op2)) { in sccp_visit_instr()
1015 if (IS_BOT(data)) { in sccp_visit_instr()
1088 if (IS_BOT(result)) { in sccp_visit_instr()
1182 if (IS_BOT(result) || IS_BOT(op1)) { in sccp_visit_instr()
1228 if ((op1 && IS_BOT(op1)) || (op2 && IS_BOT(op2))) { in sccp_visit_instr()
1795 if (IS_BOT(op1)) { in sccp_mark_feasible_successors()
[all …]

Completed in 8 milliseconds