Home
last modified time | relevance | path

Searched refs:reachable (Results 1 – 25 of 44) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa.c142 reachable->add (body); in process_references()
143 reachable->add (node); in process_references()
200 reachable->add (body); in walk_polymorphic_call_targets()
201 reachable->add (n); in walk_polymorphic_call_targets()
343 reachable.add (node); in remove_unreachable_nodes()
355 reachable.add (vnode); in remove_unreachable_nodes()
404 && !reachable.add (next)) in remove_unreachable_nodes()
452 reachable.add (body); in remove_unreachable_nodes()
453 reachable.add (e->callee); in remove_unreachable_nodes()
472 &reachable); in remove_unreachable_nodes()
[all …]
H A Ddomwalk.c279 bool reachable = false; in bb_reachable() local
282 reachable = bb == ENTRY_BLOCK_PTR_FOR_FN (fun); in bb_reachable()
287 reachable |= (e->flags & EDGE_EXECUTABLE); in bb_reachable()
290 return reachable; in bb_reachable()
H A Dira.c4891 auto_bitmap need_new, reachable; in split_live_ranges_for_shrink_wrap() local
4910 bitmap_set_bit (reachable, bb->index); in split_live_ranges_for_shrink_wrap()
4929 && bitmap_set_bit (reachable, e->dest->index)) in split_live_ranges_for_shrink_wrap()
4948 if (bitmap_bit_p (reachable, ubbi)) in split_live_ranges_for_shrink_wrap()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa.c97 if (!node->reachable in process_references()
101 node->reachable = true; in process_references()
201 node->reachable = true; in cgraph_remove_unreachable_nodes()
206 node->reachable = false; in cgraph_remove_unreachable_nodes()
240 if (!node->reachable) in cgraph_remove_unreachable_nodes()
246 if (node->reachable) in cgraph_remove_unreachable_nodes()
250 if (!e->callee->reachable in cgraph_remove_unreachable_nodes()
265 && node->reachable in cgraph_remove_unreachable_nodes()
271 if (!next->reachable) in cgraph_remove_unreachable_nodes()
273 next->reachable = true; in cgraph_remove_unreachable_nodes()
[all …]
H A Dcgraphunit.c1136 if (!edge->callee->reachable) in cgraph_analyze_functions()
1139 if (!edge->caller->reachable && edge->caller->thunk.thunk_p) in cgraph_analyze_functions()
1196 if (!node->reachable in cgraph_analyze_functions()
1385 && node->reachable)) in cgraph_mark_functions_to_output()
1902 gcc_assert (node->reachable); in cgraph_expand_all_functions()
2315 new_version->reachable = true; in cgraph_copy_node_for_versioning()
H A Dcgraph.c1420 node->needed = node->reachable = false; in cgraph_remove_node()
1662 if (!node->reachable && node->local.finalized) in cgraph_mark_reachable_node()
1674 node->reachable = 1; in cgraph_mark_reachable_node()
1824 else if (node->reachable) in dump_cgraph_node()
2329 new_node->reachable = true; in cgraph_create_virtual_clone()
2421 node->reachable = node->needed = true; in cgraph_add_new_function()
H A Dlto-symtab.c228 if (node->reachable) in lto_cgraph_replace_node()
H A Dtree-emutls.c794 if (func->reachable && func->lowered) in ipa_lower_emutls()
H A Dcgraph.h226 unsigned reachable : 1; member
H A Dtrans-mem.c4776 if (node->reachable && node->lowered in ipa_tm_execute()
4944 if (node->reachable && node->lowered in ipa_tm_execute()
4992 if (node->reachable && node->lowered in ipa_tm_execute()
H A Dipa-cp.c2499 gcc_assert (node->needed || node->reachable); in ipcp_generate_summary()
/dragonfly/contrib/dhcpcd/src/
H A Dipv6nd.c666 if (!ra1->isreachable && ra2->reachable) in ipv6nd_sortrouters()
692 .reachable = REACHABLE_TIME, in ipv6nd_applyra()
724 ipv6nd_neighbour(struct dhcpcd_ctx *ctx, struct in6_addr *addr, bool reachable) in ipv6nd_neighbour() argument
736 if (rap == NULL || rap->expired || rap->isreachable == reachable) in ipv6nd_neighbour()
739 rap->isreachable = reachable; in ipv6nd_neighbour()
741 reachable ? "reachable again" : "unreachable"); in ipv6nd_neighbour()
748 if (reachable) in ipv6nd_neighbour()
1265 rap->reachable = ntohl(nd_ra->nd_ra_reachable); in ipv6nd_handlera()
1266 if (rap->reachable > MAX_REACHABLE_TIME) in ipv6nd_handlera()
1267 rap->reachable = 0; in ipv6nd_handlera()
[all …]
H A Dipv6nd.h64 uint32_t reachable; member
H A Dif-bsd.c1299 bool reachable; in if_rtm() local
1301 reachable = (rtm->rtm_type == RTM_ADD || in if_rtm()
1304 ipv6nd_neighbour(ctx, &rt.rt_ss_dest.sin6.sin6_addr, reachable); in if_rtm()
1724 nd.ndi.basereachable = rap->reachable; in if_applyra()
1741 #warning OS does not allow setting of RA bits hoplimit, retrans or reachable in if_applyra()
/dragonfly/contrib/binutils-2.27/gold/
H A Dgc.h108 Sections_reachable& reachable = this->section_reloc_map_[src_id]; in add_reference() local
109 reachable.insert(dst_id); in add_reference()
/dragonfly/sys/netinet6/
H A Dnd6.h90 u_int32_t reachable; /* Reachable Time */ member
186 u_int32_t reachable; /* Reachable Time */ member
H A Dnd6.c201 nd->reachable = ND_COMPUTE_RTIME(nd->basereachable); in nd6_ifattach()
1170 ND_IFINFO(rt->rt_ifp)->reachable; in nd6_nud_hint()
1527 ndi->ndi.reachable = ND_IFINFO(ifp)->reachable; in nd6_ioctl()
1557 ND_IFINFO(ifp)->reachable = in nd6_ioctl()
1955 nd6if->reachable = ND_COMPUTE_RTIME(nd6if->basereachable); in nd6_slowtimo_dispatch()
H A Dnd6_nbr.c722 ND_IFINFO(rt->rt_ifp)->reachable; in nd6_na_input()
804 ND_IFINFO(ifp)->reachable; in nd6_na_input()
H A Dnd6_rtr.c277 ndi->reachable = ND_COMPUTE_RTIME(ndi->basereachable); in nd6_ra_input()
/dragonfly/contrib/binutils-2.34/gold/
H A Dgc.h108 Sections_reachable& reachable = this->section_reloc_map_[src_id]; in add_reference() local
109 reachable.insert(dst_id); in add_reference()
/dragonfly/sys/vfs/hammer2/
H A DTODO177 * Deleted inode not reachable via tree for volume flush but still reachable
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgty.texi290 reachable. This routine should not change the data, or call any ggc
395 reachable (when marking pointers for GC) or to relocate them (when
403 automatically freed when no longer reachable, while memory marked as
/dragonfly/share/examples/IPv6/
H A DUSAGE269 fe80::5254:ff:fedc:5217%ed0 (reachable)
270 fe80::260:97ff:fec2:80bf%ed0 (reachable)
/dragonfly/usr.sbin/ndp/
H A Dndp.c968 printf(", reachable=%ds", ND.reachable); in ifinfo()
/dragonfly/sys/dev/disk/isp/
H A DDriverManual.txt485 achieved. The core internal function isp_fclink_test (reachable via
522 isp_scan_fabric (reachable via isp_control(..ISPCTL_SCAN_FABRIC)) will,

12