Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprofile.h42 extern vec<gcov_type> bb_gcov_counts;
58 return bb_gcov_counts[bb->index]; in bb_gcov_count()
H A Dprofile.cc73 vec<gcov_type> bb_gcov_counts; variable
441 bb_gcov_counts.safe_grow_cleared (last_basic_block_for_fn (cfun), true); in compute_branch_probabilities()
799 bb_gcov_counts.release (); in compute_branch_probabilities()
H A DChangeLog-201728971 * profile.h (bb_gcov_counts, edge_gcov_counts): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprofile.h42 extern vec<gcov_type> bb_gcov_counts;
58 return bb_gcov_counts[bb->index]; in bb_gcov_count()
H A Dprofile.c71 vec<gcov_type> bb_gcov_counts; variable
415 bb_gcov_counts.safe_grow_cleared (last_basic_block_for_fn (cfun)); in compute_branch_probabilities()
732 bb_gcov_counts.release (); in compute_branch_probabilities()