Lines Matching refs:IS_BOT

93 #define IS_BOT(zv) (Z_TYPE_P(zv) == BOT)  macro
106 } else if (IS_BOT(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()
449 if (fetch_array_elem(&value, op1, op2) == SUCCESS && value && !IS_BOT(value)) { in ct_eval_fetch_dim()
489 if (IS_PARTIAL_ARRAY(op1) && (!value || IS_BOT(value))) { in ct_eval_isset_dim()
659 if (fetch_obj_prop(&value, op1, op2) == SUCCESS && value && !IS_BOT(value)) { in ct_eval_fetch_obj()
673 if (!value || IS_BOT(value)) { in ct_eval_isset_obj()
797 if (IS_PARTIAL_ARRAY(op2) && (!value || IS_BOT(value))) { in ct_eval_array_key_exists()
1002 if (IS_BOT(op1) && (ctx->scdf.ssa->var_info[ssa_op->op1_use].type & MAY_BE_REF)) { in sccp_visit_instr()
1037 if (IS_BOT(op1)) { in sccp_visit_instr()
1049 if (op2 && IS_BOT(op2)) { in sccp_visit_instr()
1062 if (IS_BOT(data)) { in sccp_visit_instr()
1134 if (IS_BOT(op1)) { in sccp_visit_instr()
1144 if (IS_BOT(op2)) { in sccp_visit_instr()
1153 if (IS_BOT(data)) { in sccp_visit_instr()
1226 if (IS_BOT(result)) { in sccp_visit_instr()
1250 if (op2 && IS_BOT(op2)) { in sccp_visit_instr()
1263 if ((op1 && IS_BOT(op1)) in sccp_visit_instr()
1320 if (IS_BOT(result) || IS_BOT(op1)) { in sccp_visit_instr()
1366 if ((op1 && IS_BOT(op1)) || (op2 && IS_BOT(op2))) { in sccp_visit_instr()
1434 if (IS_BOT(data)) { in sccp_visit_instr()
1479 if (IS_BOT(data)) { in sccp_visit_instr()
1800 if (ssa_op->result_def < 0 || IS_BOT(&ctx->values[ssa_op->result_def])) { in sccp_visit_instr()
1821 if (IS_BOT(args[i]) || IS_PARTIAL_ARRAY(args[i])) { in sccp_visit_instr()
1888 if (!op1 || IS_BOT(op1)) { in sccp_mark_feasible_successors()
2046 if (IS_BOT(a) || IS_TOP(b)) { in join_phi_values()
2054 if (IS_BOT(b)) { in join_phi_values()
2081 if (!IS_BOT(&ctx->values[phi->ssa_var])) { in sccp_visit_phi()
2554 if (IS_TOP(zv) || IS_BOT(zv)) { in sccp_optimize_op_array()