Home
last modified time | relevance | path

Searched refs:m_fun (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dchecker-path.cc223 stmt->location, node->m_fun->decl, in state_change_event()
627 m_sedge->m_src->m_fun->decl, in get_desc()
628 m_sedge->m_dest->m_fun->decl, in get_desc()
637 m_sedge->m_dest->m_fun->decl, in get_desc()
638 m_sedge->m_src->m_fun->decl); in get_desc()
683 m_sedge->m_dest->m_fun->decl, in get_desc()
684 m_sedge->m_src->m_fun->decl, in get_desc()
691 m_sedge->m_dest->m_fun->decl, in get_desc()
692 m_sedge->m_src->m_fun->decl); in get_desc()
H A Dstate-purge.cc105 : m_points_needing_name (), m_name (name), m_fun (fun) in state_purge_per_ssa_name()
264 gcc_assert (point.get_function () == m_fun); in add_to_worklist()
342 = supergraph_call_edge (snode->m_fun, in process_point()
450 if (per_name_data->get_function () == n.m_fun) in add_node_annotations()
527 if (per_name_data->get_function () == supernode->m_fun) in add_stmt_annotations()
H A Dsupergraph.h215 : m_fun (fun), m_bb (bb), m_returning_call (returning_call), in supernode()
219 function *get_function () const { return m_fun; } in get_function()
223 return m_bb == ENTRY_BLOCK_PTR_FOR_FN (m_fun); in entry_p()
228 return m_bb == EXIT_BLOCK_PTR_FOR_FN (m_fun); in return_p()
269 function * const m_fun; // alternatively could be stored as runs of indices within the supergraph variable
H A Dsupergraph.cc314 if (n->m_fun == fun && n->m_bb == bb) in dump_dot_to_pp()
615 return DECL_SOURCE_LOCATION (m_fun->decl); in get_start_location()
617 return m_fun->function_start_locus; in get_start_location()
620 return m_fun->function_end_locus; in get_start_location()
641 return m_fun->function_start_locus; in get_end_location()
643 return m_fun->function_end_locus; in get_end_location()
H A Dstate-purge.h126 function *get_function () const { return m_fun; }
143 function *m_fun;
H A Dengine.cc3065 : m_fun (fun), m_cs (cs) {} in function_call_string_cluster()
3077 const char *funcname = function_name (m_fun); in dump_dot()
3113 function *m_fun; member in ana::function_call_string_cluster
3124 : m_fun (fun), m_cs (cs) in function_call_string()
3129 function *m_fun; member
3145 return pointer_hash <function>::hash (v.m_fun) ^ v.m_cs.hash (); in hash()
3153 return existing.m_fun == candidate.m_fun && existing.m_cs == candidate.m_cs; in equal()
3159 v.m_fun = reinterpret_cast<function *> (1); in mark_deleted()
3165 v.m_fun = NULL; in mark_empty()
3171 return v.m_fun == reinterpret_cast<function *> (1); in is_deleted()
[all …]
H A Dcall-string.cc99 function_name (e->m_dest->m_fun)); in print()
H A Dprogram-point.h107 return m_supernode->m_fun; in get_function()
H A Dregion-model.h1174 : scope_region (parent_rid), m_fun (fun), m_depth (depth) in frame_region()
1178 : scope_region (other), m_fun (other.m_fun), m_depth (other.m_depth) in frame_region()
1195 function *get_function () const { return m_fun; } in get_function()
1201 function *m_fun;
H A Ddiagnostic-manager.cc563 auto_cfun sentinel (sd.m_snode->m_fun); in emit_saved_diagnostic()
H A Dregion-model.cc2232 if (m_fun != other.m_fun) in compare_fields()
2267 pp_printf (pp, ", function: %qs, depth: %i", function_name (m_fun), m_depth); in print_fields()
2276 hstate.add_ptr (m_fun); in add_to_hash()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dchecker-path.cc259 stmt->location, node->m_fun->decl, in state_change_event()
679 m_src_snode->m_fun->decl, in get_desc()
680 m_dest_snode->m_fun->decl, in get_desc()
689 m_dest_snode->m_fun->decl, in get_desc()
690 m_src_snode->m_fun->decl); in get_desc()
739 m_dest_snode->m_fun->decl, in get_desc()
740 m_src_snode->m_fun->decl, in get_desc()
747 m_dest_snode->m_fun->decl, in get_desc()
748 m_src_snode->m_fun->decl); in get_desc()
H A Dstate-purge.h138 function *get_function () const { return m_fun; }
139 tree get_fndecl () const { return m_fun->decl; }
145 : m_fun (fun)
150 function *m_fun;
H A Dregion.h265 : m_calling_frame (calling_frame), m_fun (fun) in key_t()
275 hstate.add_ptr (m_fun); in hash()
281 return (m_calling_frame == other.m_calling_frame && m_fun == other.m_fun);
284 void mark_deleted () { m_fun = reinterpret_cast<function *> (1); } in mark_deleted()
285 void mark_empty () { m_fun = NULL; } in mark_empty()
288 return m_fun == reinterpret_cast<function *> (1); in is_deleted()
290 bool is_empty () const { return m_fun == NULL; } in is_empty()
293 function *m_fun; member
300 m_fun (fun), m_index (index) in frame_region()
315 function *get_function () const { return m_fun; } in get_function()
[all …]
H A Dsupergraph.h232 : m_fun (fun), m_bb (bb), m_returning_call (returning_call), in supernode()
236 function *get_function () const { return m_fun; } in get_function()
240 return m_bb == ENTRY_BLOCK_PTR_FOR_FN (m_fun); in entry_p()
245 return m_bb == EXIT_BLOCK_PTR_FOR_FN (m_fun); in return_p()
293 function * const m_fun; // alternatively could be stored as runs of indices within the supergraph variable
H A Dengine.cc4723 : m_fun (fun), m_cs (cs) {} in function_call_string_cluster()
4735 const char *funcname = function_name (m_fun); in dump_dot()
4738 IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (m_fun->decl))); in dump_dot()
4789 = strcmp (IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (c1->m_fun->decl)), in cmp_ptr_ptr()
4790 IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (c2->m_fun->decl)))) in cmp_ptr_ptr()
4796 function *m_fun; member in ana::function_call_string_cluster
4807 : m_fun (fun), m_cs (cs) in function_call_string()
4812 function *m_fun; member
4828 return pointer_hash <function>::hash (v.m_fun) ^ v.m_cs.hash (); in hash()
4836 return existing.m_fun == candidate.m_fun && existing.m_cs == candidate.m_cs; in equal()
[all …]
H A Dsupergraph.cc393 if (n->m_fun == fun && n->m_bb == bb) in dump_dot_to_pp()
785 return DECL_SOURCE_LOCATION (m_fun->decl); in get_start_location()
787 return m_fun->function_start_locus; in get_start_location()
790 return m_fun->function_end_locus; in get_start_location()
811 return m_fun->function_start_locus; in get_end_location()
813 return m_fun->function_end_locus; in get_end_location()
H A Dcall-string.cc131 function_name (e->m_caller->m_fun)); in print()
156 new json::string (function_name (e.m_caller->m_fun))); in to_json()
H A Dstate-purge.cc103 m_fun (fun) in gimple_op_visitor()
177 return m_map->get_or_create_data_for_decl (m_fun, decl); in get_or_create_data_for_decl()
182 function *m_fun; member in gimple_op_visitor
589 = supergraph_call_edge (snode->m_fun, in process_point()
900 = supergraph_call_edge (snode->m_fun, in process_point_backwards()
H A Dregion.cc839 pp_printf (pp, "frame: %qs@%i", function_name (m_fun), get_stack_depth ()); in dump_to_pp()
842 function_name (m_fun), m_index, get_stack_depth ()); in dump_to_pp()
867 gcc_assert (DECL_CONTEXT (expr) == m_fun->decl); in get_region_for_local()
874 gcc_assert (DECL_CONTEXT (var) == m_fun->decl); in get_region_for_local()
884 gcc_assert (snode->get_function () == m_fun); in get_region_for_local()
H A Dprogram-point.cc187 return m_supernode->m_fun; in get_function()
H A Ddiagnostic-manager.cc989 location_t loc = get_emission_location (stmt, snode->m_fun, *d); in add_diagnostic()
1396 = get_emission_location (sd.m_stmt, sd.m_snode->m_fun, *sd.m_d); in emit_saved_diagnostic()
1405 auto_cfun sentinel (sd.m_snode->m_fun); in emit_saved_diagnostic()
H A DChangeLog484 (state_purge_per_ssa_name::m_fun): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadbackward.cc122 function *m_fun; member in back_threader
143 m_fun = fun; in back_threader()
899 FOR_EACH_BB_FN (bb, m_fun) in thread_blocks()