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.c99 static short cost_table_[129]; variable
105 #define COST_TABLE(I) cost_table_[(unsigned HOST_WIDE_INT) ((I) + 1)]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dstmt.c104 static short cost_table_[129]; variable
110 #define COST_TABLE(I) cost_table_[(unsigned HOST_WIDE_INT) ((I) + 1)]
H A DChangeLog.23119 * stmt.c (cost_table_): New.