Home
last modified time | relevance | path

Searched refs:m_value_range (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-cp.cc373 ipcp_vr_lattice m_value_range; member in ipcp_param_lattices
598 plats->m_value_range.print (f); in print_all_lattices()
1230 ret |= plats->m_value_range.set_to_bottom (); in set_all_contains_variable()
1367 plats->m_value_range.m_vr = value_range (); in initialize_node_lattices()
1368 plats->m_value_range.set_to_bottom (); in initialize_node_lattices()
1372 plats->m_value_range.init (); in initialize_node_lattices()
2459 ipcp_vr_lattice *dest_lat = &dest_plats->m_value_range; in propagate_vr_across_jump_function()
2478 if (src_lats->m_value_range.bottom_p ()) in propagate_vr_across_jump_function()
2484 &src_lats->m_value_range.m_vr, in propagate_vr_across_jump_function()
2497 &src_lats->m_value_range.m_vr, &op_vr); in propagate_vr_across_jump_function()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-cp.c342 ipcp_vr_lattice m_value_range; variable
563 plats->m_value_range.print (f); in print_all_lattices()
1164 ret |= plats->m_value_range.set_to_bottom (); in set_all_contains_variable()
1296 plats->m_value_range.set_to_bottom (); in initialize_node_lattices()
1300 plats->m_value_range.init (); in initialize_node_lattices()
2403 ipcp_vr_lattice *dest_lat = &dest_plats->m_value_range;
2422 if (src_lats->m_value_range.bottom_p ())
2428 &src_lats->m_value_range.m_vr,
2441 &src_lats->m_value_range.m_vr, &op_vr);
2914 ret |= dest_plats->m_value_range.set_to_bottom ();
[all …]