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

/freebsd-9.3-release/contrib/gcc/
H A Dfinal.c700 int fallthru_frequency = 0, branch_frequency = 0, has_fallthru = 0;
722 has_fallthru = 1, fallthru_frequency += EDGE_FREQUENCY (e);
754 && branch_frequency + fallthru_frequency > BB_FREQ_MAX / 10
755 && branch_frequency > fallthru_frequency * 2)
695 int fallthru_frequency = 0, branch_frequency = 0, has_fallthru = 0; local

Completed in 57 milliseconds