Home | History | Annotate | Download | only in gcc

Lines Matching defs:dest_lat

2056    them into DEST_LAT.  OPND1_TYPE is expected type for the values in SRC_LAT.
2061 DEST_LAT changed. */
2069 ipcp_lattice<tree> *dest_lat,
2088 if (src_lat != dest_lat || max_recursive_depth < 1)
2089 return dest_lat->set_contains_variable ();
2095 return dest_lat->set_contains_variable ();
2113 return dest_lat->set_contains_variable ();
2132 ret |= dest_lat->add_value (cstval, cs, src_val, src_idx,
2137 ret |= dest_lat->set_contains_variable ();
2147 ret |= dest_lat->set_contains_variable ();
2155 ret |= dest_lat->add_value (cstval, cs, src_val, src_idx,
2158 ret |= dest_lat->set_contains_variable ();
2165 edge CS, taking values from SRC_LAT and putting them into DEST_LAT. SRC_IDX
2172 ipcp_lattice<tree> *dest_lat, int src_idx,
2179 src_lat, dest_lat, -1, src_idx, parm_type);
2183 DEST_LAT. SRC_IDX
2190 ipcp_lattice<tree> *dest_lat, int src_idx,
2197 return dest_lat->set_contains_variable ();
2204 ret |= dest_lat->add_value (t, cs, src_val, src_idx);
2206 ret |= dest_lat->set_contains_variable ();
2213 edge CS and put the values into DEST_LAT. PARM_TYPE is the type of the
2219 ipcp_lattice<tree> *dest_lat,
2222 if (dest_lat->bottom)
2229 return dest_lat->add_value (val, cs, NULL, 0);
2231 return dest_lat->set_contains_variable ();
2248 return dest_lat->set_contains_variable ();
2254 return dest_lat->set_contains_variable ();
2258 dest_lat, src_idx,
2261 ret = propagate_vals_across_ancestor (cs, jfunc, src_lat, dest_lat,
2265 ret |= dest_lat->set_contains_variable ();
2272 return dest_lat->set_contains_variable ();
2276 edge CS and describes argument IDX and put the values into DEST_LAT. */
2281 ipcp_lattice<ipa_polymorphic_call_context> *dest_lat)
2283 if (dest_lat->bottom)
2342 ret |= dest_lat->set_contains_variable ();
2343 ret |= dest_lat->add_value (cur, cs, src_val, src_idx);
2353 ret |= dest_lat->add_value (edge_ctx, cs);
2355 ret |= dest_lat->set_contains_variable ();
2459 ipcp_vr_lattice *dest_lat = &dest_plats->m_value_range;
2461 if (dest_lat->bottom_p ())
2467 return dest_lat->set_to_bottom ();
2479 return dest_lat->set_to_bottom ();
2514 return dest_lat->meet_with (&vr);
2527 return dest_lat->meet_with (&tmpvr);
2536 return dest_lat->meet_with (&vr);
2538 return dest_lat->set_to_bottom ();
2795 edge CS and put the values into DEST_LAT. */