Home
last modified time | relevance | path

Searched refs:GCOV_ARC_ON_TREE (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDgcov-io.h311 #define GCOV_ARC_ON_TREE (1 << 0) macro
HDprofile.c1272 flag_bits |= GCOV_ARC_ON_TREE; in branch_prob()
HDgcov.c1636 arc->on_tree = !!(flags & GCOV_ARC_ON_TREE); in read_graph_file()
/dragonfly/contrib/gcc-4.7/gcc/
HDgcov-io.h386 #define GCOV_ARC_ON_TREE (1 << 0) macro
HDgcov-dump.c358 if (flags & GCOV_ARC_ON_TREE) in tag_arcs()
HDprofile.c1183 flag_bits |= GCOV_ARC_ON_TREE; in branch_prob()
HDgcov.c1102 arc->on_tree = !!(flags & GCOV_ARC_ON_TREE); in read_graph_file()