Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dprofile.c127 if (!inf->ignore && !inf->on_tree) in instrument_edges()
247 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree) in get_exec_counts()
400 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree) in read_profile_edge_counts()
1116 if (inf->ignore || inf->on_tree) in branch_prob()
1182 if (i->on_tree) in branch_prob()
1359 EDGE_INFO (e)->on_tree = 1; in find_spanning_tree()
1374 EDGE_INFO (e)->on_tree = 1; in find_spanning_tree()
1389 EDGE_INFO (e)->on_tree = 1; in find_spanning_tree()
H A Dprofile.h32 unsigned int on_tree:1; member
H A Dgcov.c85 unsigned int on_tree : 1; member
1102 arc->on_tree = !!(flags & GCOV_ARC_ON_TREE); in read_graph_file()
1133 if (!arc->on_tree) in read_graph_file()
1396 if (!arc->on_tree) in solve_flow_graph()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dprofile.c138 if (!inf->ignore && !inf->on_tree) in instrument_edges()
282 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree) in get_exec_counts()
438 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree) in read_profile_edge_counts()
1200 if (inf->ignore || inf->on_tree) in branch_prob()
1271 if (i->on_tree) in branch_prob()
1462 EDGE_INFO (e)->on_tree = 1; in find_spanning_tree()
1478 EDGE_INFO (e)->on_tree = 1; in find_spanning_tree()
H A Dprofile.h31 unsigned int on_tree:1; member
H A Dgcov.c94 unsigned int on_tree : 1; member
1636 arc->on_tree = !!(flags & GCOV_ARC_ON_TREE); in read_graph_file()
1667 if (!arc->on_tree) in read_graph_file()
1912 if (!arc->on_tree) in solve_flow_graph()