Searched refs:has_fallthru (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);
737 if (!has_fallthru
752 if (has_fallthru
695 int fallthru_frequency = 0, branch_frequency = 0, has_fallthru = 0; local

Completed in 104 milliseconds