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

/freebsd-11.0-release/contrib/gcc/config/i386/
H A Di386.h52 const int move_ratio; /* The threshold of number of scalar member in struct:processor_costs
1821 #define MOVE_RATIO (optimize_size ? 3 : ix86_cost->move_ratio)
1827 : ix86_cost->move_ratio > 6 ? 6 : ix86_cost->move_ratio)

Completed in 56 milliseconds