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

/freebsd-10.1-release/contrib/gcc/
H A Dbb-reorder.c112 /* If edge frequency is lower than DUPLICATION_THRESHOLD per mille of entry
114 #define DUPLICATION_THRESHOLD 100 macro
909 freq_threshold = max_entry_frequency * DUPLICATION_THRESHOLD / 1000;
911 count_threshold = max_entry_count * DUPLICATION_THRESHOLD / 1000;
913 count_threshold = max_entry_count / 1000 * DUPLICATION_THRESHOLD;

Completed in 92 milliseconds