Home
last modified time | relevance | path

Searched refs:get_store_value (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-reachability.cc157 handle_sval (m_model->get_store_value (reg, NULL)); in add()
H A Dregion-model-impl-calls.cc523 = get_store_value (sized_src_reg, cd.get_ctxt ()); in impl_call_memcpy()
736 = model->get_store_value (sized_old_reg, cd.get_ctxt ()); in impl_call_realloc()
H A Dregion-model.h770 const svalue *get_store_value (const region *reg,
H A Dregion-model.cc2254 return get_store_value (reg, ctxt); in get_rvalue_1()
2309 return get_store_value (ref_reg, ctxt); in get_rvalue_1()
2423 region_model::get_store_value (const region *reg, in get_store_value() function in ana::region_model
2596 const svalue *sval = get_store_value (reg, ctxt); in get_rvalue_for_bits()
H A DChangeLog775 Reimplement in terms of a get_store_value followed by a set_value.
1883 get_store_value.
1891 for new param of get_store_value.
1894 (region_model::get_store_value): Add ctxt param and use it to call
1897 call get_store_value.
1905 (region_model::get_store_value): Add ctxt param.
1910 get_store_value.
3634 call get_store_value on the model rather than using an initial
4406 (region_model::get_store_value): Move handling for globals into...
4470 * region-model.cc (region_model::get_store_value): Call
[all …]
H A Dsvalue.cc1052 const svalue *reg_sval = model->get_store_value (m_reg, NULL); in implicitly_live_p()
H A Dprogram-state.cc1153 = new_state.m_region_model->get_store_value (reg, NULL); in prune_for_point()
H A Dengine.cc1643 = new_region_model->get_store_value (buf, ctxt); in on_longjmp()