Home
last modified time | relevance | path

Searched refs:get_stack_region (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc3215 root_region::get_stack_region (const region_model *model) const in get_stack_region() function in ana::root_region
3305 stack_region *stack_a = root_region_a->get_stack_region (merger->m_model_a); in can_merge_p()
3306 stack_region *stack_b = root_region_b->get_stack_region (merger->m_model_b); in can_merge_p()
3397 if (stack_region *stack = get_stack_region (&model)) in get_value_by_name()
4929 stack_region *stack = get_root_region ()->get_stack_region (this); in get_lvalue_1()
6322 stack_region *stack = get_root_region ()->get_stack_region (this); in get_stack_depth()
6334 stack_region *stack = get_root_region ()->get_stack_region (this); in get_function_at_depth()
H A Dregion-model.h1584 stack_region *get_stack_region (const region_model *model) const;
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.h302 const stack_region * get_stack_region () const { return &m_stack_region; } in get_stack_region() function
H A Dregion-model.cc5132 const region *stack = mgr.get_stack_region (); in test_descendent_of_p()
H A DChangeLog5174 (root_region::get_stack_region): Delete.