Home
last modified time | relevance | path

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

/php-src/Zend/Optimizer/
H A Dsccp.c104 } else if (IS_BOT(zv)) { in scp_dump_value()
902 if (IS_BOT(op1)) { in sccp_visit_instr()
927 if (IS_BOT(data)) { in sccp_visit_instr()
1001 if (IS_BOT(op1)) { in sccp_visit_instr()
1011 if (IS_BOT(op2)) { in sccp_visit_instr()
1020 if (IS_BOT(data)) { in sccp_visit_instr()
1093 if (IS_BOT(result)) { in sccp_visit_instr()
1187 if (IS_BOT(result) || IS_BOT(op1)) { in sccp_visit_instr()
1233 if ((op1 && IS_BOT(op1)) || (op2 && IS_BOT(op2))) { in sccp_visit_instr()
1845 if (IS_BOT(op1)) { in sccp_mark_feasible_successors()
[all …]

Completed in 13 milliseconds