Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-gori.cc493 gori_map::is_export_p (tree name, basic_block bb) in is_export_p() function in gori_map
1194 return ((is_export_p (dep1, bb)) in may_recompute_p()
1195 || (dep2 && is_export_p (dep2, bb))); in may_recompute_p()
1197 return (is_export_p (dep1)) || (dep2 && is_export_p (dep2)); in may_recompute_p()
1219 return is_export_p (name, bb) || may_recompute_p (name, bb); in has_edge_range_p()
1222 return is_export_p (name) || may_recompute_p (name); in has_edge_range_p()
1262 if (is_export_p (name, e->src)) in outgoing_edge_range_p()
H A Dgimple-range-gori.h93 bool is_export_p (tree name, basic_block bb = NULL);
H A DChangeLog-202133228 (gori_map::is_export_p): Ditto.
H A DChangeLog-20201402 (gori_map::is_export_p): No specified BB returns global context.