Home
last modified time | relevance | path

Searched refs:on_tree (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dprofile.c80 unsigned int on_tree : 1; member
148 if (!inf->ignore && !inf->on_tree) in instrument_edges()
242 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree) in get_exec_counts()
323 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree) in compute_branch_probabilities()
874 if (inf->ignore || inf->on_tree) in branch_prob()
937 if (i->on_tree) in branch_prob()
1127 EDGE_INFO (e)->on_tree = 1; in find_spanning_tree()
1142 EDGE_INFO (e)->on_tree = 1; in find_spanning_tree()
1157 EDGE_INFO (e)->on_tree = 1; in find_spanning_tree()
H A Dgcov.c88 unsigned int on_tree : 1; member
814 arc->on_tree = !!(flags & GCOV_ARC_ON_TREE); in read_graph_file()
845 if (!arc->on_tree) in read_graph_file()
1113 if (!arc->on_tree) in solve_flow_graph()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dprofile.c95 unsigned int on_tree : 1; member
189 if (!inf->ignore && !inf->on_tree)
279 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree) in get_exec_counts()
461 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree) in compute_branch_probabilities()
974 if ((e->flags & EDGE_FAKE) && !inf->ignore && !inf->on_tree) in branch_prob()
1027 if (i->on_tree) in branch_prob()
1146 EDGE_INFO (e)->on_tree = 1;
1162 EDGE_INFO (e)->on_tree = 1;
1177 EDGE_INFO (e)->on_tree = 1;
H A Dgcov.c112 unsigned int on_tree : 1; member
134 unsigned int on_tree : 1; member
553 arcptr->on_tree = 0;
774 arcptr->on_tree++;
812 if (! arcptr->on_tree)