Searched refs:move_cost (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dregclass.c215 static int move_cost[MAX_MACHINE_MODE][N_REG_CLASSES][N_REG_CLASSES];
505 move_cost[m][i][j] = 65536;
517 cost = MAX (cost, move_cost [m][i][*p2]);
523 cost = MAX (cost, move_cost [m][*p1][j]);
525 move_cost[m][i][j] = cost;
541 move_cost[m][i][j] = 65536;
1914 return (move_cost[mode][(int) secondary_class][(int) class]
1927 + move_cost[mode][(int) REGNO_REG_CLASS (REGNO (x))][(int) class]);
214 static int move_cost[MAX_MACHINE_MODE][N_REG_CLASSES][N_REG_CLASSES]; variable

Completed in 86 milliseconds