Searched refs:exec_counts (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dprofile.c466 read_profile_edge_counts (gcov_type *exec_counts)
485 if (exec_counts)
487 e->count = exec_counts[exec_counts_pos++];
571 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum);
581 exec_counts = NULL;
603 num_edges = read_profile_edge_counts (exec_counts);
465 read_profile_edge_counts(gcov_type *exec_counts) argument
570 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); local

Completed in 85 milliseconds