Home
last modified time | relevance | path

Searched refs:COST_TABLE (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dstmt.c105 #define COST_TABLE(I) cost_table_[(unsigned HOST_WIDE_INT) ((I) + 1)] macro
2648 COST_TABLE (i) = 16; in estimate_case_costs()
2650 COST_TABLE (i) = 8; in estimate_case_costs()
2652 COST_TABLE (i) = -1; in estimate_case_costs()
2655 COST_TABLE (' ') = 8; in estimate_case_costs()
2656 COST_TABLE ('\t') = 4; in estimate_case_costs()
2657 COST_TABLE ('\0') = 4; in estimate_case_costs()
2658 COST_TABLE ('\n') = 2; in estimate_case_costs()
2659 COST_TABLE ('\f') = 1; in estimate_case_costs()
2660 COST_TABLE ('\v') = 1; in estimate_case_costs()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dstmt.c110 #define COST_TABLE(I) cost_table_[(unsigned HOST_WIDE_INT) ((I) + 1)] macro
5653 COST_TABLE (i) = 16;
5655 COST_TABLE (i) = 8;
5657 COST_TABLE (i) = -1;
5660 COST_TABLE (' ') = 8;
5661 COST_TABLE ('\t') = 4;
5662 COST_TABLE ('\0') = 4;
5663 COST_TABLE ('\n') = 2;
5664 COST_TABLE ('\f') = 1;
5665 COST_TABLE ('\v') = 1;
[all …]
DChangeLog.511577 (COST_TABLE, cost_table_initialized): New.