Home
last modified time | relevance | path

Searched refs:edge_gcov_counts (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprofile.h43 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()
H A Dprofile.cc74 hash_map<edge,gcov_type> *edge_gcov_counts; variable
442 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()
H A DChangeLog-201728037 * 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.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprofile.h43 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()
H A Dprofile.c72 hash_map<edge,gcov_type> *edge_gcov_counts; variable
416 edge_gcov_counts = new hash_map<edge,gcov_type>; in compute_branch_probabilities()
733 delete edge_gcov_counts; in compute_branch_probabilities() local
734 edge_gcov_counts = NULL; in compute_branch_probabilities()