Searched refs:ipa_get_type (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-prop.h | 620 ipa_get_type (class ipa_node_params *info, int i) in ipa_get_type() function
|
H A D | ipa-cp.c | 1555 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 D | ipa-prop.c | 1222 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 D | ipa-fnsummary.c | 598 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 D | ipa-cp.cc | 1359 || !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 D | ipa-prop.h | 775 ipa_get_type (class ipa_node_params *info, int i) in ipa_get_type() function
|
H A D | ipa-prop.cc | 1239 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 D | ipa-fnsummary.cc | 630 ipa_get_type (callee_pi, i)); in evaluate_properties_for_edge() 660 ipa_get_type (callee_pi, in evaluate_properties_for_edge()
|
H A D | ipa-modref.cc | 4265 ipa_get_type in compute_parm_map()
|
H A D | ChangeLog-2017 | 4775 * ipa-prop.h (ipa_get_type): Allow i to be out of bounds. 39429 (ipa_get_type): Likewise.
|
H A D | ChangeLog-2016 | 14684 (ipa_get_type): New function.
|
H A D | ChangeLog-2019 | 22010 (ipa_get_type): Same.
|