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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dprofile.h31 unsigned int on_tree:1; member in struct:edge_profile_info
H A Dprofile.c126 if (!inf->ignore && !inf->on_tree)
216 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree)
365 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree)
1263 if (inf->ignore || inf->on_tree)
1334 if (i->on_tree)
1538 EDGE_INFO (e)->on_tree = 1;
1554 EDGE_INFO (e)->on_tree = 1;
H A Dgcov.c97 unsigned int on_tree : 1; member in struct:arc_info
1799 arc->on_tree = !!(flags & GCOV_ARC_ON_TREE);
1830 if (!arc->on_tree)
2065 if (!arc->on_tree)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dprofile.h31 unsigned int on_tree:1; member in struct:edge_profile_info
H A Dprofile.cc128 if (!inf->ignore && !inf->on_tree)
218 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree)
367 if (!EDGE_INFO (e)->ignore && !EDGE_INFO (e)->on_tree)
1351 if (inf->ignore || inf->on_tree)
1427 if (i->on_tree)
1633 EDGE_INFO (e)->on_tree = 1;
1649 EDGE_INFO (e)->on_tree = 1;
H A Dgcov.cc97 unsigned int on_tree : 1; member in struct:arc_info
1911 arc->on_tree = !!(flags & GCOV_ARC_ON_TREE);
1942 if (!arc->on_tree)
2190 if (!arc->on_tree)
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_object.c72 if (object->on_tree) {
74 object->on_tree = false;
92 object->on_tree = true;
349 object->on_tree = false;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dobject.h24 bool on_tree; member in struct:nvkm_object

Completed in 263 milliseconds