Searched refs:notreg_cost (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | cse.c | 466 (REG_P (X) ? 0 : notreg_cost (X, MODE, SET, 1)) 468 (REG_P (X) ? 0 : notreg_cost (X, MODE, OUTER, OPNO)) 544 static int notreg_cost (rtx, machine_mode, enum rtx_code, int); 721 notreg_cost (rtx x, machine_mode mode, enum rtx_code outer, int opno) in notreg_cost() function
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | cse.c | 478 #define COST(X) (REG_P (X) ? 0 : notreg_cost (X, SET, 1)) 479 #define COST_IN(X, OUTER, OPNO) (REG_P (X) ? 0 : notreg_cost (X, OUTER, OPNO)) 555 static int notreg_cost (rtx, enum rtx_code, int); 754 notreg_cost (rtx x, enum rtx_code outer, int opno) in notreg_cost() function
|