Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.cc14151 avr_map_decompose (unsigned int f, const avr_map_op_t *g, bool val_const_p) in avr_map_decompose() argument
14187 f_ginv.cost = 2 + (val_used_p && !val_const_p); in avr_map_decompose()
14203 f_ginv.cost += val_const_p && val_used_p ? 1 : 0; in avr_map_decompose()