Home
last modified time | relevance | path

Searched refs:function_end_locus (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-low.cc135 gimple_set_location (x, cfun->function_end_locus); in lower_function_body()
718 tmp_rs.label = create_artificial_label (cfun->function_end_locus); in lower_gimple_return()
Dauto-profile.cc726 if (LOCATION_LOCUS (gimple_location (stmt)) == cfun->function_end_locus) in get_count_info()
767 if (LOCATION_LOCUS (gimple_location (stmt)) == cfun->function_end_locus) in update_inlined_ind_target()
1574 afdo_source_profile->mark_annotated (cfun->function_end_locus); in afdo_annotate_cfg()
Dfunction.h328 location_t function_end_locus; member
Dgimple-ssa-isolate-paths.cc407 stmtloc = cfun->function_end_locus; in diag_returned_locals()
Dtsan.cc756 gimple_set_location (g, cfun->function_end_locus); in replace_func_exit()
Dcoverage.cc654 expanded_location endloc = expand_location (cfun->function_end_locus); in coverage_begin_function()
Dipa.cc897 cfun->function_end_locus = input_location; in cgraph_build_static_cdtor_1()
Dcfgexpand.cc3908 set_curr_insn_location (cfun->function_end_locus); in expand_gimple_stmt_1()
6252 if (LOCATION_LOCUS (cfun->function_end_locus) != UNKNOWN_LOCATION) in construct_exit_block()
6253 input_location = cfun->function_end_locus; in construct_exit_block()
Dlto-streamer-in.cc1312 stream_input_location (&fn->function_end_locus, &bp, data_in); in input_struct_function_base()
Dtree-cfg.cc9510 location = cfun->function_end_locus; in execute()
9534 location = fun->function_end_locus; in execute()
9566 location = fun->function_end_locus; in execute()
Dtree-inline.cc2828 cfun->function_end_locus = src_cfun->function_end_locus; in initialize_cfun()
Dlto-streamer-out.cc2277 stream_output_location (ob, &bp, fn->function_end_locus); in output_struct_function_base()
Dgimple-ssa-warn-access.cc3895 use_loc = m_func->function_end_locus; in warn_invalid_pointer()
Domp-low.cc2126 cfun->function_end_locus = gimple_location (ctx->stmt); in create_omp_child_function()
DChangeLog.tree-ssa7373 * function.h (struct function): Add function_end_locus.
7376 to function_end_locus before expand_function_end.
DChangeLog-200427155 * cfgexpand.c: Handle USE_MAPPED_LOCATION case for function_end_locus.
33605 ib_boundaries_block, function_end_locus and saved_tree/saved_args.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog.tree-ssa245 * decl.c (finish_function): Set cfun->function_end_locus.
Ddecl.cc18080 cfun->function_end_locus = input_location; in finish_function()
Dpt.cc26599 = DECL_STRUCT_FUNCTION (code_pattern)->function_end_locus; in instantiate_body()