Searched refs:function_region (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region-model-reachability.cc | 279 auto_vec<const function_region *> escaped_fn_regs in mark_escaped_clusters() 289 if (const function_region *fn_reg = base_reg->dyn_cast_function_region ()) in mark_escaped_clusters() 297 const function_region *fn_reg; in mark_escaped_clusters()
|
H A D | region.h | 114 virtual const function_region * 416 class function_region : public region 419 function_region (unsigned id, const code_region *parent, tree fndecl) 429 const function_region * 443 is_a_helper <const function_region *>::test (const region *reg) 456 label_region (unsigned id, const function_region *parent, tree label)
|
H A D | region-model-manager.cc | 1347 const function_region * 1352 function_region **slot = m_fndecls_map.get (fndecl); in get_region_for_fndecl() 1355 function_region *reg in get_region_for_fndecl() 1356 = new function_region (alloc_region_id (), &m_code_region, fndecl); in get_region_for_fndecl() 1375 const function_region *func_reg = get_region_for_fndecl (fndecl); in get_region_for_label()
|
H A D | analyzer.h | 61 class function_region; variable
|
H A D | region-model.h | 309 const function_region *get_region_for_fndecl (tree fndecl); 467 typedef hash_map<tree, function_region *> fndecls_map_t;
|
H A D | region-model.cc | 2729 const function_region *func_reg = as_a <const function_region *> (base_reg); in check_for_writable_region() 3489 const function_region *function_reg in get_representative_path_var_1() 3490 = as_a <const function_region *> (reg); in get_representative_path_var_1() 4243 if (const function_region *fn_reg = reg->dyn_cast_function_region ()) in get_fndecl_for_call()
|
H A D | region.cc | 933 function_region::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp()
|
H A D | ChangeLog | 108 (function_region::get_element): Likewise. 3637 use it to call on_escaped_function when a function_region escapes. 4523 (class function_region): New forward decl. 5143 (function_region::compare_fields): Delete. 5144 (function_region::clone): Delete. 5145 (function_region::valid_key_p): Delete. 5640 (class function_region): Reimplement. 5641 (is_a_helper <function_region *>::test): Convert to... 5642 (is_a_helper <const function_region *>::test): ...this. 7060 * region-model.h (function_region::function_region): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | region-model.h | 1296 class function_region : public map_region 1299 function_region (region_id parent_rid, tree type) in function_region() function 1304 function_region (const function_region &other) in function_region() function 1320 bool compare_fields (const function_region &other) const; 1328 is_a_helper <function_region *>::test (region *reg) in test()
|
H A D | region-model.cc | 966 const function_region &this_sub in operator ==() 967 = (const function_region &)*this; in operator ==() 968 const function_region &other_sub in operator ==() 969 = (const function_region &)other; in operator ==() 2639 function_region::compare_fields (const function_region &other) const in compare_fields() 2647 function_region::clone () const in clone() 2649 return new function_region (*this); in clone() 2655 function_region::valid_key_p (tree key) const in valid_key_p() 5222 function_region *func_reg = get_region <function_region> (func_rid); in get_region_for_label() 6436 return new function_region (parent_rid, type); in make_region_for_type()
|