Searched refs:may_move_out_cost (Results 1 – 3 of 3) sorted by relevance
224 static int may_move_out_cost[MAX_MACHINE_MODE][N_REG_CLASSES][N_REG_CLASSES]; variable506 may_move_out_cost[m][i][j] = 65536; in init_reg_sets_1()532 may_move_out_cost[m][i][j] = 0; in init_reg_sets_1()534 may_move_out_cost[m][i][j] = cost; in init_reg_sets_1()542 may_move_out_cost[m][i][j] = 65536; in init_reg_sets_1()1512 ? may_move_out_cost[mode][(int) classes[i]][class] in record_reg_classes()1738 ? may_move_out_cost[mode][(int) classes[i]][class] in record_reg_classes()
2311 (may_move_out_cost): New variable.2312 (init_reg_sets_1): Initialize may_move_out_cost.2313 (record_reg_classes): Use may_move_out_cost.
33558 (move_cost, may_move_in_cost, may_move_out_cost): Add mode