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()
444 if (fetch_array_elem(&value, op1, op2) == SUCCESS && value && !IS_BOT(value)) { in ct_eval_fetch_dim()
484 if (IS_PARTIAL_ARRAY(op1) && (!value || IS_BOT(value))) { in ct_eval_isset_dim()
643 if (fetch_obj_prop(&value, op1, op2) == SUCCESS && value && !IS_BOT(value)) { in ct_eval_fetch_obj()
657 if (!value || IS_BOT(value)) { in ct_eval_isset_obj()
781 if (IS_PARTIAL_ARRAY(op2) && (!value || IS_BOT(value))) { in ct_eval_array_key_exists()
1022 if (IS_BOT(op1) && (ctx->scdf.ssa->var_info[ssa_op->op1_use].type & MAY_BE_REF)) { in sccp_visit_instr()
1057 if (IS_BOT(op1)) { in sccp_visit_instr()
1069 if (op2 && IS_BOT(op2)) { in sccp_visit_instr()
1082 if (IS_BOT(data)) { in sccp_visit_instr()
1154 if (IS_BOT(op1)) { in sccp_visit_instr()
1164 if (IS_BOT(op2)) { in sccp_visit_instr()
1173 if (IS_BOT(data)) { in sccp_visit_instr()
1246 if (IS_BOT(result)) { in sccp_visit_instr()
1270 if (op2 && IS_BOT(op2)) { in sccp_visit_instr()
1283 if ((op1 && IS_BOT(op1)) in sccp_visit_instr()
1340 if (IS_BOT(result) || IS_BOT(op1)) { in sccp_visit_instr()
1386 if ((op1 && IS_BOT(op1)) || (op2 && IS_BOT(op2))) { in sccp_visit_instr()
1454 if (IS_BOT(data)) { in sccp_visit_instr()
1499 if (IS_BOT(data)) { in sccp_visit_instr()
1820 if (ssa_op->result_def < 0 || IS_BOT(&ctx->values[ssa_op->result_def])) { in sccp_visit_instr()
1840 if (IS_BOT(args[i]) || IS_PARTIAL_ARRAY(args[i])) { in sccp_visit_instr()
1907 if (!op1 || IS_BOT(op1)) { in sccp_mark_feasible_successors()
2065 if (IS_BOT(a) || IS_TOP(b)) { in join_phi_values()
2073 if (IS_BOT(b)) { in join_phi_values()
2100 if (!IS_BOT(&ctx->values[phi->ssa_var])) { in sccp_visit_phi()
2568 if (IS_TOP(zv) || IS_BOT(zv)) { in sccp_optimize_op_array()