HomeSort by: relevance | last modified time | path
    Searched defs:num_instrumented (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
profile.cc 1191 unsigned num_instrumented;
1365 for (num_instrumented = i = 0; i < num_edges; i++)
1378 num_instrumented++;
1393 total_num_edges_instrumented += num_instrumented;
1395 fprintf (dump_file, "%d instrumentation edges\n", num_instrumented);
1585 && coverage_counter_alloc (GCOV_COUNTER_ARCS, num_instrumented))
1591 gcc_assert (n_instrumented == num_instrumented);
1190 unsigned num_instrumented; local
profile.cc 1191 unsigned num_instrumented;
1365 for (num_instrumented = i = 0; i < num_edges; i++)
1378 num_instrumented++;
1393 total_num_edges_instrumented += num_instrumented;
1395 fprintf (dump_file, "%d instrumentation edges\n", num_instrumented);
1585 && coverage_counter_alloc (GCOV_COUNTER_ARCS, num_instrumented))
1591 gcc_assert (n_instrumented == num_instrumented);
1190 unsigned num_instrumented; local
profile.cc 1191 unsigned num_instrumented;
1365 for (num_instrumented = i = 0; i < num_edges; i++)
1378 num_instrumented++;
1393 total_num_edges_instrumented += num_instrumented;
1395 fprintf (dump_file, "%d instrumentation edges\n", num_instrumented);
1585 && coverage_counter_alloc (GCOV_COUNTER_ARCS, num_instrumented))
1591 gcc_assert (n_instrumented == num_instrumented);
1190 unsigned num_instrumented; local
  /src/external/gpl3/gcc.old/dist/gcc/
profile.cc 1173 unsigned num_instrumented;
1346 for (num_instrumented = i = 0; i < num_edges; i++)
1359 num_instrumented++;
1374 total_num_edges_instrumented += num_instrumented;
1376 fprintf (dump_file, "%d instrumentation edges\n", num_instrumented);
1520 && coverage_counter_alloc (GCOV_COUNTER_ARCS, num_instrumented))
1528 gcc_assert (n_instrumented == num_instrumented);
1172 unsigned num_instrumented; local
profile.cc 1173 unsigned num_instrumented;
1346 for (num_instrumented = i = 0; i < num_edges; i++)
1359 num_instrumented++;
1374 total_num_edges_instrumented += num_instrumented;
1376 fprintf (dump_file, "%d instrumentation edges\n", num_instrumented);
1520 && coverage_counter_alloc (GCOV_COUNTER_ARCS, num_instrumented))
1528 gcc_assert (n_instrumented == num_instrumented);
1172 unsigned num_instrumented; local
profile.cc 1173 unsigned num_instrumented;
1346 for (num_instrumented = i = 0; i < num_edges; i++)
1359 num_instrumented++;
1374 total_num_edges_instrumented += num_instrumented;
1376 fprintf (dump_file, "%d instrumentation edges\n", num_instrumented);
1520 && coverage_counter_alloc (GCOV_COUNTER_ARCS, num_instrumented))
1528 gcc_assert (n_instrumented == num_instrumented);
1172 unsigned num_instrumented; local

Completed in 88 milliseconds