Lines Matching refs:current_function_decl
1751 return (!DECL_IGNORED_P (current_function_decl) in in_initial_view_p()
1803 if (!DECL_IGNORED_P (current_function_decl)) in final_start_function_1()
1807 if (!dwarf2_debug_info_emitted_p (current_function_decl)) in final_start_function_1()
1855 number_blocks (current_function_decl); in final_start_function_1()
1859 TREE_ASM_WRITTEN (DECL_INITIAL (current_function_decl)) = 1; in final_start_function_1()
1909 sval = targetm.calls.struct_value_rtx (TREE_TYPE (current_function_decl), in profile_function()
1912 chain = targetm.calls.static_chain (current_function_decl, true); in profile_function()
1952 if (!DECL_IGNORED_P (current_function_decl)) in final_end_function()
1960 if (!DECL_IGNORED_P (current_function_decl)) in final_end_function()
1963 if (!dwarf2_debug_info_emitted_p (current_function_decl) in final_end_function()
2280 = clone_function_name (current_function_decl, "cold"); in final_scan_insn_1()
2285 if (!dwarf2_debug_info_emitted_p (current_function_decl) in final_scan_insn_1()
2286 && !DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2289 else if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2294 current_function_decl, in final_scan_insn_1()
2304 current_function_decl); in final_scan_insn_1()
2354 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2376 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2403 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2441 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2481 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2490 if (!DECL_IGNORED_P (current_function_decl) in final_scan_insn_1()
2503 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2547 if (!DECL_IGNORED_P (current_function_decl) && LABEL_NAME (insn)) in final_scan_insn_1()
2568 (current_function_decl)); in final_scan_insn_1()
2647 (current_function_decl)); in final_scan_insn_1()
2706 && !DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2713 if (!DECL_IGNORED_P (current_function_decl) in final_scan_insn_1()
3194 && !DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
4666 const char *fnname = get_fnname_from_decl (current_function_decl); in rest_of_handle_final()
4673 assemble_start_function (current_function_decl, fnname); in rest_of_handle_final()
4679 && !lookup_attribute ("noipa", DECL_ATTRIBUTES (current_function_decl)) in rest_of_handle_final()
4683 && !lookup_attribute ("naked", DECL_ATTRIBUTES (current_function_decl))) in rest_of_handle_final()
4692 assemble_end_function (current_function_decl, fnname); in rest_of_handle_final()
4712 if (!DECL_IGNORED_P (current_function_decl)) in rest_of_handle_final()
4713 debug_hooks->function_decl (current_function_decl); in rest_of_handle_final()
4717 DECL_INITIAL (current_function_decl) = error_mark_node; in rest_of_handle_final()
4719 if (DECL_STATIC_CONSTRUCTOR (current_function_decl) in rest_of_handle_final()
4721 targetm.asm_out.constructor (XEXP (DECL_RTL (current_function_decl), 0), in rest_of_handle_final()
4723 (current_function_decl)); in rest_of_handle_final()
4724 if (DECL_STATIC_DESTRUCTOR (current_function_decl) in rest_of_handle_final()
4726 targetm.asm_out.destructor (XEXP (DECL_RTL (current_function_decl), 0), in rest_of_handle_final()
4728 (current_function_decl)); in rest_of_handle_final()
4837 dump_function_header (final_output, current_function_decl, in rest_of_clean_state()
4925 if (decl_binds_to_current_def_p (current_function_decl)) in rest_of_clean_state()
4930 cgraph_node::rtl_info (current_function_decl) in rest_of_clean_state()
4994 return (fndecl == current_function_decl in self_recursive_call_p()
5053 node = cgraph_node::rtl_info (current_function_decl); in collect_fn_hard_reg_usage()