Count number of (possible) RM applications.
[libfirm] / heuristical_co.c
index 281bb95..d345240 100644 (file)
@@ -75,6 +75,12 @@ static void apply_RN_co(pbqp *pbqp, plist_t *rpeo)
                pbqp_dump_graph(pbqp);
        }
 #endif
+#if KAPS_STATISTIC
+       /* Check whether we can merge a neighbor into the current node. */
+       for (min_index = 0; min_index < pbqp_node_get_degree(node); ++min_index) {
+               check_melting_possibility(pbqp, node->edges[min_index]);
+       }
+#endif
 
        min_index = get_local_minimal_alternative(pbqp, node);