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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h2191 extern int ix86_branch_cost, ix86_section_threshold;
H A Di386.c1330 int ix86_section_threshold = 65536; variable
2154 ix86_section_threshold = i;
2488 && size > (unsigned int)ix86_section_threshold)
2506 && size > (unsigned int)ix86_section_threshold)
19706 if (!size || size > ix86_section_threshold)

Completed in 112 milliseconds