Searched refs:meet_with_1 (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-cp.c | 303 bool meet_with_1 (widest_int, widest_int, unsigned, bool); 323 bool meet_with_1 (const value_range *other_vr); 930 return meet_with_1 (&other.m_vr); in meet_with() 939 return meet_with_1 (p_vr); in meet_with() 946 ipcp_vr_lattice::meet_with_1 (const value_range *other_vr) in meet_with_1() function 1055 ipcp_bits_lattice::meet_with_1 (widest_int value, widest_int mask, in meet_with_1() function 1089 return meet_with_1 (value, mask, precision, false); in meet_with() 1149 return meet_with_1 (adjusted_value, adjusted_mask, precision, in meet_with()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-cp.cc | 334 bool meet_with_1 (widest_int, widest_int, unsigned, bool); 354 bool meet_with_1 (const value_range *other_vr); 996 return meet_with_1 (&other.m_vr); in meet_with() 1005 return meet_with_1 (p_vr); in meet_with() 1012 ipcp_vr_lattice::meet_with_1 (const value_range *other_vr) in meet_with_1() function in ipcp_vr_lattice 1121 ipcp_bits_lattice::meet_with_1 (widest_int value, widest_int mask, in meet_with_1() function in ipcp_bits_lattice 1155 return meet_with_1 (value, mask, precision, false); in meet_with() 1215 return meet_with_1 (adjusted_value, adjusted_mask, precision, in meet_with()
|
H A D | ChangeLog-2016 | 607 (ipcp_bits_lattice::meet_with_1): Likewise. 13244 (ipcp_vr_lattice::meet_with_1): Likewise. 13506 * ipa-cp.c (ipcp_alignment_lattice::meet_with_1): Use least_bit_hwi.
|
H A D | ChangeLog-2018 | 4084 * ipa-cp.c (meet_with_1): Use equal_p instead of 4849 (ipcp_vr_lattice::meet_with_1): Likewise. 8003 * ipa-cp.c (ipcp_vr_lattice::meet_with_1): Same.
|
H A D | ChangeLog | 7782 (ipcp_bits_lattice::meet_with_1): New parameter drop_all_ones,
|
H A D | ChangeLog-2020 | 15318 * ipa-cp.c (ipcp_bits_lattice::meet_with_1): Mask m_value 15352 * ipa-cp.c (ipcp_bits_lattice::meet_with_1): Drop value bits
|
H A D | ChangeLog-2015 | 13166 * ipa-cp.c (meet_with_1): Make the argument of abs signed. Remove 13850 (ipcp_alignment_lattice::meet_with_1): Likewise.
|