Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-color.c1539 int *conflict_costs; in update_conflict_hard_regno_costs() local
1574 conflict_costs in update_conflict_hard_regno_costs()
1576 if (conflict_costs == NULL) in update_conflict_hard_regno_costs()
1593 cost = (int) (((int64_t) conflict_costs [i] * mult) / div); in update_conflict_hard_regno_costs()
1852 int k, *conflict_costs; in assign_hard_reg() local
1860 conflict_costs in assign_hard_reg()
1862 if (conflict_costs != NULL) in assign_hard_reg()
1875 full_costs[j] -= conflict_costs[k]; in assign_hard_reg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-color.cc1592 int *conflict_costs; in update_conflict_hard_regno_costs() local
1627 conflict_costs in update_conflict_hard_regno_costs()
1629 if (conflict_costs == NULL) in update_conflict_hard_regno_costs()
1646 cost = (int) (((int64_t) conflict_costs [i] * mult) / div); in update_conflict_hard_regno_costs()
2101 int k, *conflict_costs; in assign_hard_reg() local
2109 conflict_costs in assign_hard_reg()
2111 if (conflict_costs != NULL) in assign_hard_reg()
2124 full_costs[j] -= conflict_costs[k]; in assign_hard_reg()