Searched refs:src_plats (Results 1 – 1 of 1) sorted by relevance
2085 struct ipcp_param_lattices *src_plats, in merge_aggregate_lattices() argument2092 if (set_check_aggs_by_ref (dest_plats, src_plats->aggs_by_ref)) in merge_aggregate_lattices()2094 if (src_plats->aggs_bottom) in merge_aggregate_lattices()2096 if (src_plats->aggs_contain_variable) in merge_aggregate_lattices()2100 for (struct ipcp_agg_lattice *src_aglat = src_plats->aggs; in merge_aggregate_lattices()2139 agg_pass_through_permissible_p (struct ipcp_param_lattices *src_plats, in agg_pass_through_permissible_p() argument2142 return src_plats->aggs in agg_pass_through_permissible_p()2143 && (!src_plats->aggs_by_ref in agg_pass_through_permissible_p()2165 struct ipcp_param_lattices *src_plats; in propagate_aggs_across_jump_function() local2167 src_plats = ipa_get_parm_lattices (caller_info, src_idx); in propagate_aggs_across_jump_function()[all …]