Searched refs:is_export_p (Results 1 – 4 of 4) sorted by relevance
493 gori_map::is_export_p (tree name, basic_block bb) in is_export_p() function in gori_map1194 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()
93 bool is_export_p (tree name, basic_block bb = NULL);
33228 (gori_map::is_export_p): Ditto.
1402 (gori_map::is_export_p): No specified BB returns global context.