Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dstmt.c2648 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()
2661 COST_TABLE ('\b') = 1; in estimate_case_costs()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dstmt.c5653 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;
5666 COST_TABLE ('\b') = 1;
[all …]
H A DChangeLog.511577 (COST_TABLE, cost_table_initialized): New.