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

/freebsd-9.3-release/contrib/gcc/
H A Dprofile.c80 unsigned int on_tree : 1; member in struct:edge_info
149 if (!inf->ignore && !inf->on_tree)
244 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree)
326 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree)
877 if (inf->ignore || inf->on_tree)
940 if (i->on_tree)
1132 EDGE_INFO (e)->on_tree = 1;
1147 EDGE_INFO (e)->on_tree = 1;
1162 EDGE_INFO (e)->on_tree = 1;
H A Dgcov.c88 unsigned int on_tree : 1; member in struct:arc_info
815 arc->on_tree = !!(flags & GCOV_ARC_ON_TREE);
846 if (!arc->on_tree)
1114 if (!arc->on_tree)

Completed in 54 milliseconds