Lines Matching refs:num_edges
126 int num_edges = NUM_EDGES (el); in instrument_edges() local
150 total_num_blocks_created += num_edges; in instrument_edges()
271 unsigned num_edges = 0; in get_exec_counts() local
283 num_edges++; in get_exec_counts()
286 counts = get_coverage_counts (GCOV_COUNTER_ARCS, num_edges, cfg_checksum, in get_exec_counts()
425 int num_edges = 0; in read_profile_edge_counts() local
440 num_edges++; in read_profile_edge_counts()
476 return num_edges; in read_profile_edge_counts()
490 int num_edges = 0; in compute_branch_probabilities() local
534 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
537 fprintf (dump_file, "\n%d edge counts read\n", num_edges); in compute_branch_probabilities()
1023 unsigned num_edges, ignored_edges; in branch_prob() local
1154 num_edges = NUM_EDGES (el); in branch_prob()
1155 qsort (el->index_to_edge, num_edges, sizeof (edge), compare_freqs); in branch_prob()
1162 for (i = 0 ; i < num_edges ; i++) in branch_prob()
1195 for (num_instrumented = i = 0; i < num_edges; i++) in branch_prob()
1215 total_num_edges += num_edges; in branch_prob()
1217 fprintf (dump_file, "%d edges\n", num_edges); in branch_prob()
1438 int num_edges = NUM_EDGES (el); in find_spanning_tree() local
1451 for (i = 0; i < num_edges; i++) in find_spanning_tree()
1469 for (i = 0; i < num_edges; i++) in find_spanning_tree()