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

/freebsd-9.3-release/contrib/gcc/
H A Dprofile.c111 static int total_num_times_called; variable
748 total_num_times_called++;
1185 total_num_times_called = 0;
1212 if (total_num_times_called != 0)
1214 (total_num_passes + (total_num_times_called >> 1))
1215 / total_num_times_called);

Completed in 77 milliseconds