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

/freebsd-10-stable/contrib/gcc/
H A Dcfgloopanal.c426 gcov_type count_in, count_latch, expected; local
429 count_latch = 0;
433 count_latch = e->count;
438 expected = count_latch * 2;
440 expected = (count_latch + count_in - 1) / count_in;

Completed in 56 milliseconds