Home
last modified time | relevance | path

Searched refs:meet_with (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-cp.cc319 bool meet_with (ipcp_bits_lattice& other, unsigned, signop,
322 bool meet_with (widest_int, widest_int, unsigned);
348 bool meet_with (const value_range *p_vr);
349 bool meet_with (const ipcp_vr_lattice &other);
994 ipcp_vr_lattice::meet_with (const ipcp_vr_lattice &other) in meet_with() function in ipcp_vr_lattice
1003 ipcp_vr_lattice::meet_with (const value_range *p_vr) in meet_with() function in ipcp_vr_lattice
1142 ipcp_bits_lattice::meet_with (widest_int value, widest_int mask, in meet_with() function in ipcp_bits_lattice
1164 ipcp_bits_lattice::meet_with (ipcp_bits_lattice& other, unsigned precision, in meet_with() function in ipcp_bits_lattice
2438 return dest_lattice->meet_with (src_lats->bits_lattice, precision, in propagate_bits_across_jump_function()
2444 return dest_lattice->meet_with (jfunc->bits->value, jfunc->bits->mask, in propagate_bits_across_jump_function()
[all …]
Dipa-polymorphic-call.cc2428 ipa_polymorphic_call_context::meet_with (ipa_polymorphic_call_context ctx, in meet_with() function in ipa_polymorphic_call_context
Dcgraph.h1626 bool meet_with (ipa_polymorphic_call_context, tree otr_type = NULL); in class()
DChangeLog-2016608 (ipcp_bits_lattice::meet_with): Likewise.
6951 * ipa-cp.c (ipcp_bits_lattice::meet_with): Remove unreachable code.
13243 (ipcp_vr_lattice::meet_with): New.
DChangeLog7784 (ipcp_bits_lattice::meet_with): Likewise.
DChangeLog-201921898 (ipcp_bits_lattice::meet_with): Same.
24759 * ipa-cp.c (ipcp_bits_lattice::meet_with): Remove assert.
DChangeLog-20184848 (ipcp_vr_lattice::meet_with): Adjust.
DChangeLog-201513851 (ipcp_alignment_lattice::meet_with): Two new overloaded functions.
DChangeLog-20147378 (ipa_polymorphic_call_context::meet_with): New function.