Searched refs:edge_gcov_counts (Results 1 – 5 of 5) sorted by relevance
43 extern hash_map<edge,gcov_type> *edge_gcov_counts;49 gcov_type &c = edge_gcov_counts->get_or_insert (e, &existed); in edge_gcov_count()
74 hash_map<edge,gcov_type> *edge_gcov_counts; variable442 edge_gcov_counts = new hash_map<edge,gcov_type>; in compute_branch_probabilities()800 delete edge_gcov_counts; in compute_branch_probabilities()801 edge_gcov_counts = NULL; in compute_branch_probabilities()
28037 * profile.c (edge_gcov_counts): Turn to pointer.28040 * profile.h (edge_gcov_counts): Turn to pointer.28971 * profile.h (bb_gcov_counts, edge_gcov_counts): New.
72 hash_map<edge,gcov_type> *edge_gcov_counts; variable416 edge_gcov_counts = new hash_map<edge,gcov_type>; in compute_branch_probabilities()733 delete edge_gcov_counts; in compute_branch_probabilities() local734 edge_gcov_counts = NULL; in compute_branch_probabilities()