Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/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
507 edge_gcov_counts = new hash_map<edge,gcov_type>; in compute_branch_probabilities()
809 delete edge_gcov_counts; in compute_branch_probabilities() local
810 edge_gcov_counts = NULL; in compute_branch_probabilities()