Home
last modified time | relevance | path

Searched refs:ipa_get_type (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.h620 ipa_get_type (class ipa_node_params *info, int i) in ipa_get_type() function
H A Dipa-cp.c1555 tree vr_type = ipa_get_type (info, idx); in ipa_value_range_from_jfunc()
2319 tree parm_type = ipa_get_type (callee_info, idx);
2420 tree operand_type = ipa_get_type (caller_info, src_idx);
2893 tree param_type = ipa_get_type (callee_info, i);
4716 tree type = ipa_get_type (info, i);
5261 ipa_get_type (dest_info, i));
H A Dipa-prop.c1222 tree param_type = ipa_get_type (info, index); in load_from_unmodified_param_or_agg()
3822 tree target_type = ipa_get_type (inlined_node_info, param_index); in update_indirect_edges_after_inlining()
4861 stream_write_tree (ob, ipa_get_type (info, j), true); in ipa_write_node_info()
H A Dipa-fnsummary.c598 ipa_get_type (callee_pi, i)); in evaluate_properties_for_edge()
628 ipa_get_type (callee_pi, in evaluate_properties_for_edge()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-cp.cc1359 || !ipa_get_type (info, i) in initialize_node_lattices()
1669 tree vr_type = ipa_get_type (info, idx); in ipa_value_range_from_jfunc()
2375 tree parm_type = ipa_get_type (callee_info, idx); in propagate_bits_across_jump_function()
2476 tree operand_type = ipa_get_type (caller_info, src_idx); in propagate_vr_across_jump_function()
2950 tree param_type = ipa_get_type (callee_info, i); in propagate_constants_across_call()
5300 tree type = ipa_get_type (info, i); in find_more_scalar_values_for_callers_subset()
5842 ipa_get_type (dest_info, i)); in cgraph_edge_brings_all_scalars_for_node()
H A Dipa-prop.h775 ipa_get_type (class ipa_node_params *info, int i) in ipa_get_type() function
H A Dipa-prop.cc1239 tree param_type = ipa_get_type (info, index); in load_from_unmodified_param_or_agg()
4019 tree target_type = ipa_get_type (inlined_node_info, param_index); in update_indirect_edges_after_inlining()
5108 stream_write_tree (ob, ipa_get_type (info, j), true); in ipa_write_node_info()
H A Dipa-fnsummary.cc630 ipa_get_type (callee_pi, i)); in evaluate_properties_for_edge()
660 ipa_get_type (callee_pi, in evaluate_properties_for_edge()
H A Dipa-modref.cc4265 ipa_get_type in compute_parm_map()
H A DChangeLog-20174775 * ipa-prop.h (ipa_get_type): Allow i to be out of bounds.
39429 (ipa_get_type): Likewise.
H A DChangeLog-201614684 (ipa_get_type): New function.
H A DChangeLog-201922010 (ipa_get_type): Same.