Home
last modified time | relevance | path

Searched refs:num_instrumented (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprofile.c1084 unsigned num_instrumented; in branch_prob() local
1257 for (num_instrumented = i = 0; i < num_edges; i++) in branch_prob()
1270 num_instrumented++; in branch_prob()
1285 total_num_edges_instrumented += num_instrumented; in branch_prob()
1287 fprintf (dump_file, "%d instrumentation edges\n", num_instrumented); in branch_prob()
1423 && coverage_counter_alloc (GCOV_COUNTER_ARCS, num_instrumented)) in branch_prob()
1431 gcc_assert (n_instrumented == num_instrumented); in branch_prob()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprofile.cc1172 unsigned num_instrumented; in branch_prob() local
1345 for (num_instrumented = i = 0; i < num_edges; i++) in branch_prob()
1358 num_instrumented++; in branch_prob()
1373 total_num_edges_instrumented += num_instrumented; in branch_prob()
1375 fprintf (dump_file, "%d instrumentation edges\n", num_instrumented); in branch_prob()
1519 && coverage_counter_alloc (GCOV_COUNTER_ARCS, num_instrumented)) in branch_prob()
1527 gcc_assert (n_instrumented == num_instrumented); in branch_prob()