Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dgcov-io.h376 #define GCOV_ARC_ON_TREE (1 << 0) macro
Dprofile.c938 flag_bits |= GCOV_ARC_ON_TREE; in branch_prob()
Dgcov.c814 arc->on_tree = !!(flags & GCOV_ARC_ON_TREE); in read_graph_file()