Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/config/i386/
Di386.h52 const int move_ratio; /* The threshold of number of scalar member
1812 #define MOVE_RATIO (optimize_size ? 3 : ix86_cost->move_ratio)
1818 : ix86_cost->move_ratio > 6 ? 6 : ix86_cost->move_ratio)
/freebsd-12-stable/contrib/gcc/
DChangeLog-200030646 * i386.h (processor_costs): Add move_ratio field.
30647 (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
30648 * i386.c (*_cost): Set move_ratio.