Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dexpr.cc4162 int oldcost, newcost; in compress_float_constant() local
4196 newcost = set_src_cost (gen_rtx_FLOAT_EXTEND (dstmode, trunc_y), in compress_float_constant()
4198 if (oldcost < newcost) in compress_float_constant()
4205 newcost = set_src_cost (gen_rtx_FLOAT_EXTEND (dstmode, trunc_y), in compress_float_constant()
4207 if (oldcost < newcost) in compress_float_constant()