Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_object.c72 if (object->on_tree) { in nvkm_object_remove()
74 object->on_tree = false; in nvkm_object_remove()
92 object->on_tree = true; in nvkm_object_insert()
349 object->on_tree = false; in nvkm_object_ctor()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprofile.c126 if (!inf->ignore && !inf->on_tree) in instrument_edges()
215 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree) in get_exec_counts()
364 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree) in read_profile_edge_counts()
1262 if (inf->ignore || inf->on_tree) in branch_prob()
1333 if (i->on_tree) in branch_prob()
1535 EDGE_INFO (e)->on_tree = 1; in find_spanning_tree()
1551 EDGE_INFO (e)->on_tree = 1; in find_spanning_tree()
H A Dprofile.h31 unsigned int on_tree:1; member
H A Dgcov.c97 unsigned int on_tree : 1; member
1798 arc->on_tree = !!(flags & GCOV_ARC_ON_TREE); in read_graph_file()
1829 if (!arc->on_tree) in read_graph_file()
2064 if (!arc->on_tree) in solve_flow_graph()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprofile.h31 unsigned int on_tree:1; member
H A Dprofile.cc128 if (!inf->ignore && !inf->on_tree) in instrument_edges()
217 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree) in get_exec_counts()
366 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree) in read_profile_edge_counts()
1350 if (inf->ignore || inf->on_tree) in branch_prob()
1426 if (i->on_tree) in branch_prob()
1630 EDGE_INFO (e)->on_tree = 1; in find_spanning_tree()
1646 EDGE_INFO (e)->on_tree = 1; in find_spanning_tree()
H A Dgcov.cc97 unsigned int on_tree : 1; member
1910 arc->on_tree = !!(flags & GCOV_ARC_ON_TREE); in read_graph_file()
1941 if (!arc->on_tree) in read_graph_file()
2189 if (!arc->on_tree) in solve_flow_graph()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dobject.h24 bool on_tree; member