Searched refs:cgraph_node_in_set_p (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | lto-cgraph.c | 334 || !cgraph_node_in_set_p (ipa_ref_refering_node (ref), set)) in referenced_from_other_partition_p() 360 || !cgraph_node_in_set_p (e->caller, set)) in reachable_from_other_partition_p() 377 if (cgraph_node_in_set_p (ipa_ref_refering_node (ref), set)) in referenced_from_this_partition_p() 397 if (cgraph_node_in_set_p (e->caller, set)) in reachable_from_this_partition_p() 422 boundary_p = !cgraph_node_in_set_p (node, set); in lto_output_node() 812 if (!cgraph_node_in_set_p (callee, set)) in compute_ltrans_boundary() 1580 if (cgraph_node_in_set_p (node, set)) in output_node_opt_summary()
|
H A D | cgraph.h | 835 cgraph_node_in_set_p (struct cgraph_node *node, cgraph_node_set set) in cgraph_node_in_set_p() function
|
H A D | lto-streamer-out.c | 881 return cgraph_node_in_set_p (fnode, set->set); in trivally_defined_alias()
|
/dflybsd-src/contrib/gcc-4.7/gcc/lto/ |
H A D | lto.c | 1435 && !cgraph_node_in_set_p (ipa_ref_node (ref), part->cgraph_set)) in add_references_to_partition() 1500 && !cgraph_node_in_set_p (e->callee, part->cgraph_set)) in add_cgraph_node_to_partition() 2196 && !cgraph_node_in_set_p (n, set)) in lto_promote_cross_file_statics()
|