Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDtree-profile.c108 tree ref = tree_coverage_counter_ref (GCOV_COUNTER_ARCS, edgeno); in tree_gen_edge_profiler()
HDgcov-io.h316 #define GCOV_COUNTER_ARCS 0 /* Arc transitions. */ macro
HDprofile.c246 counts = get_coverage_counts (GCOV_COUNTER_ARCS, num_edges, &profile_info); in get_exec_counts()
1032 && coverage_counter_alloc (GCOV_COUNTER_ARCS, num_instrumented)) in branch_prob()
HDgcov.c1041 else if (tag == GCOV_TAG_FOR_COUNTER (GCOV_COUNTER_ARCS) && fn) in read_count_file()
1794 object_summary.ctrs[GCOV_COUNTER_ARCS].runs); in output_lines()
HDChangeLog-200325510 (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.