Home
last modified time | relevance | path

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

/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbecopyheur.c86 int mis_costs; /**< costs of nodes/copies in the mis. */ member
482 qn->mis_costs = safe_costs+best_weight; in qnode_max_ind_set()
532 DBG((dbg, LEVEL_4, "\t Insert qnode color %d with cost %d\n", qn->color, qn->mis_costs)); in ou_insert_qnode()
536 if (curr->mis_costs <= qn->mis_costs) in ou_insert_qnode()
595 DBG((dbg, LEVEL_2, "\t Examine qnode color %d with cost %d\n", curr->color, curr->mis_costs)); in ou_optimize()
610 …<< %d\n", curr->color, ou->min_nodes_costs, ou->all_nodes_costs - curr->mis_costs, ou->all_nodes_c… in ou_optimize()