Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDprofile.c388 int exec_counts_pos = 0; in read_profile_edge_counts() local
405 e->count = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
/dragonfly/contrib/gcc-8.0/gcc/
HDprofile.c426 int exec_counts_pos = 0; in read_profile_edge_counts() local
443 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()