Searched refs:COST_TABLE (Results 1 – 1 of 1) sorted by relevance
110 #define COST_TABLE(I) cost_table_[(unsigned HOST_WIDE_INT) ((I) + 1)] macro2539 COST_TABLE (i) = 16; in estimate_case_costs()2541 COST_TABLE (i) = 8; in estimate_case_costs()2543 COST_TABLE (i) = -1; in estimate_case_costs()2546 COST_TABLE (' ') = 8; in estimate_case_costs()2547 COST_TABLE ('\t') = 4; in estimate_case_costs()2548 COST_TABLE ('\0') = 4; in estimate_case_costs()2549 COST_TABLE ('\n') = 2; in estimate_case_costs()2550 COST_TABLE ('\f') = 1; in estimate_case_costs()2551 COST_TABLE ('\v') = 1; in estimate_case_costs()[all …]