Home
last modified time | relevance | path

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

/PHP-8.2/Zend/Optimizer/
H A Dsccp.c104 } else if (IS_BOT(zv)) { in scp_dump_value()
886 if (IS_BOT(op1)) { in sccp_visit_instr()
911 if (IS_BOT(data)) { in sccp_visit_instr()
985 if (IS_BOT(op1)) { in sccp_visit_instr()
995 if (IS_BOT(op2)) { in sccp_visit_instr()
1004 if (IS_BOT(data)) { in sccp_visit_instr()
1077 if (IS_BOT(result)) { in sccp_visit_instr()
1171 if (IS_BOT(result) || IS_BOT(op1)) { in sccp_visit_instr()
1217 if ((op1 && IS_BOT(op1)) || (op2 && IS_BOT(op2))) { in sccp_visit_instr()
1782 if (IS_BOT(op1)) { in sccp_mark_feasible_successors()
[all …]

Completed in 11 milliseconds