Searched refs:IS_TOP (Results 1 – 1 of 1) sorted by relevance
91 #define IS_TOP(zv) (Z_TYPE_P(zv) == TOP) macro103 if (IS_TOP(zv)) { in scp_dump_value()145 return !IS_TOP(zv) && !IS_BOT(zv); in value_known()152 if (IS_BOT(value) || IS_TOP(new)) { in set_value()166 if (IS_TOP(value) || IS_BOT(new)) { in set_value()1035 #define SKIP_IF_TOP(op) if (IS_TOP(op)) return;1805 } else if (IS_TOP(args[i])) { in sccp_visit_instr()1879 if (IS_TOP(op1)) { in sccp_mark_feasible_successors()1989 if (IS_BOT(a) || IS_TOP(b)) { in join_phi_values()1992 if (IS_TOP(a)) { in join_phi_values()[all …]
Completed in 10 milliseconds