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

/haiku-buildtools/gcc/gcc/
H A Dcfgloopanal.c267 gcov_type count_in, count_latch, expected; local
270 count_latch = 0;
274 count_latch = e->count;
279 expected = count_latch * 2;
281 expected = (count_latch + count_in - 1) / count_in;

Completed in 191 milliseconds