HomeSort by: relevance | last modified time | path
    Searched defs:meet_with (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.cc 749 ipcp_vr_lattice::meet_with (const ipcp_vr_lattice &other) function in class:ipcp_vr_lattice
758 ipcp_vr_lattice::meet_with (const vrange &p_vr) function in class:ipcp_vr_lattice
907 ipcp_bits_lattice::meet_with (widest_int value, widest_int mask, function in class:ipcp_bits_lattice
929 ipcp_bits_lattice::meet_with (ipcp_bits_lattice& other, unsigned precision, function in class:ipcp_bits_lattice
2477 return dest_lattice->meet_with (src_lats->bits_lattice, precision,
2494 return dest_lattice->meet_with (value, mask, precision);
2571 return dest_lat->meet_with (vr);
2584 return dest_lat->meet_with (tmpvr);
2593 return dest_lat->meet_with (vr);
5447 newval.meet_with (ctx)
    [all...]
ipa-polymorphic-call.cc 2427 ipa_polymorphic_call_context::meet_with (ipa_polymorphic_call_context ctx, function in class:ipa_polymorphic_call_context
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-polymorphic-call.cc 2428 ipa_polymorphic_call_context::meet_with (ipa_polymorphic_call_context ctx, function in class:ipa_polymorphic_call_context
ipa-cp.cc 319 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) function in class:ipcp_vr_lattice
1003 ipcp_vr_lattice::meet_with (const value_range *p_vr) function in class:ipcp_vr_lattice
1142 ipcp_bits_lattice::meet_with (widest_int value, widest_int mask, function in class:ipcp_bits_lattice
1164 ipcp_bits_lattice::meet_with (ipcp_bits_lattice& other, unsigned precision, function in class:ipcp_bits_lattice
2438 return dest_lattice->meet_with (src_lats->bits_lattice, precision,
2444 return dest_lattice->meet_with (jfunc->bits->value, jfunc->bits->mask
    [all...]

Completed in 29 milliseconds