Searched refs:move_ratio (Results 1 – 2 of 2) sorted by relevance
52 const int move_ratio; /* The threshold of number of scalar member1812 #define MOVE_RATIO (optimize_size ? 3 : ix86_cost->move_ratio)1818 : ix86_cost->move_ratio > 6 ? 6 : ix86_cost->move_ratio)
30646 * i386.h (processor_costs): Add move_ratio field.30647 (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE30648 * i386.c (*_cost): Set move_ratio.