/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region-model.cc | 215 region_to_value_map::can_merge_with_p (const region_to_value_map &other, in can_merge_with_p() function in ana::region_to_value_map 4193 region_model::can_merge_with_p (const region_model &other_model, in can_merge_with_p() function in ana::region_model 4216 if (!m_dynamic_extents.can_merge_with_p (other_model.m_dynamic_extents, in can_merge_with_p() 5560 ASSERT_TRUE (model0.can_merge_with_p (model1, point, out_merged_model)); in assert_region_models_merge() 5604 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged)); in test_state_merging() 5619 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged)); in test_state_merging() 5641 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged)); in test_state_merging() 5660 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged)); in test_state_merging() 5731 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged)); in test_state_merging() 5782 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged)); in test_state_merging() [all …]
|
H A D | program-state.cc | 1258 program_state::can_merge_with_p (const program_state &other, in can_merge_with_p() function in ana::program_state 1274 if (!m_region_model->can_merge_with_p (*other.m_region_model, in can_merge_with_p() 1710 ASSERT_TRUE (s0.can_merge_with_p (s1, ext_state, point, &merged)); in test_program_state_merging() 1768 ASSERT_FALSE (s0.can_merge_with_p (s1, ext_state, point, &merged)); in test_program_state_merging_2()
|
H A D | program-state.h | 263 bool can_merge_with_p (const program_state &other,
|
H A D | region-model.h | 171 bool can_merge_with_p (const region_to_value_map &other, 756 bool can_merge_with_p (const region_model &other_model,
|
H A D | ChangeLog | 1135 m_ext_state to program_state::can_merge_with_p. 1141 * program-state.cc (program_state::can_merge_with_p): Add 1143 region_model::can_merge_with_p. 1145 param of program_state::can_merge_with_p. 1148 (program_state::can_merge_with_p): Add "ext_state" param. 1150 (region_model::can_merge_with_p): Add params "ext_state", 1154 * region-model.h (region_model::can_merge_with_p): Add params 2493 (region_model::can_merge_with_p): Call 2494 m_dynamic_extents.can_merge_with_p. 2526 (region_to_value_map::can_merge_with_p): New. [all …]
|
H A D | engine.cc | 2642 if (pruned_state.can_merge_with_p (existing_state, m_ext_state, point, in get_or_create_node() 3134 if (state.can_merge_with_p (state_2, m_ext_state, in process_worklist() 3391 if (it_state.can_merge_with_p (*merged_state, m_ext_state, in maybe_process_run_of_before_supernode_enodes()
|
H A D | constraint-manager.cc | 3942 ASSERT_TRUE (model.can_merge_with_p (other, point, &merged)); in test_many_constants()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | program-state.cc | 996 program_state::can_merge_with_p (const program_state &other, in can_merge_with_p() function in ana::program_state 1011 if (!m_region_model->can_merge_with_p (*other.m_region_model, in can_merge_with_p() 1555 ASSERT_TRUE (s0.can_merge_with_p (s1, ext_state, &merged)); in test_program_state_merging() 1607 ASSERT_FALSE (s0.can_merge_with_p (s1, ext_state, &merged)); in test_program_state_merging_2()
|
H A D | region-model.cc | 6812 region_model::can_merge_with_p (const region_model &other_model, in can_merge_with_p() function in ana::region_model 6855 region_model::can_merge_with_p (const region_model &other_model, in can_merge_with_p() function in ana::region_model 6859 return can_merge_with_p (other_model, out_model, &sid_mapping); in can_merge_with_p() 8362 ASSERT_TRUE (model0.can_merge_with_p (model1, out_merged_model)); in assert_region_models_merge() 8403 ASSERT_TRUE (model0.can_merge_with_p (model1, &merged)); in test_state_merging() 8418 ASSERT_TRUE (model0.can_merge_with_p (model1, &merged)); in test_state_merging() 8447 ASSERT_TRUE (model0.can_merge_with_p (model1, &merged)); in test_state_merging() 8471 ASSERT_TRUE (model0.can_merge_with_p (model1, &merged)); in test_state_merging() 8545 ASSERT_TRUE (model0.can_merge_with_p (model1, &merged)); in test_state_merging() 8592 ASSERT_TRUE (model0.can_merge_with_p (model1, &merged)); in test_state_merging() [all …]
|
H A D | program-state.h | 282 bool can_merge_with_p (const program_state &other,
|
H A D | region-model.h | 1857 bool can_merge_with_p (const region_model &other_model, 1860 bool can_merge_with_p (const region_model &other_model,
|
H A D | engine.cc | 1970 if (pruned_state.can_merge_with_p (existing_state, m_ext_state, in get_or_create_node() 2258 if (state.can_merge_with_p (state_2, m_ext_state, in process_worklist()
|
H A D | constraint-manager.cc | 2218 ASSERT_TRUE (model.can_merge_with_p (other, &merged)); in test_many_constants()
|