Lines Matching refs:current_function_decl

1679   return (!DECL_IGNORED_P (current_function_decl)  in in_initial_view_p()
1732 if (!DECL_IGNORED_P (current_function_decl)) in final_start_function_1()
1736 if (!dwarf2_debug_info_emitted_p (current_function_decl)) in final_start_function_1()
1784 number_blocks (current_function_decl); in final_start_function_1()
1788 TREE_ASM_WRITTEN (DECL_INITIAL (current_function_decl)) = 1; in final_start_function_1()
1838 sval = targetm.calls.struct_value_rtx (TREE_TYPE (current_function_decl), in profile_function()
1841 chain = targetm.calls.static_chain (current_function_decl, true); in profile_function()
1881 if (!DECL_IGNORED_P (current_function_decl)) in final_end_function()
1889 if (!DECL_IGNORED_P (current_function_decl)) in final_end_function()
1892 if (!dwarf2_debug_info_emitted_p (current_function_decl) in final_end_function()
2207 = clone_function_name (current_function_decl, "cold"); in final_scan_insn_1()
2212 if (!dwarf2_debug_info_emitted_p (current_function_decl) in final_scan_insn_1()
2213 && !DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2216 else if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2221 current_function_decl, in final_scan_insn_1()
2231 current_function_decl); in final_scan_insn_1()
2280 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2302 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2329 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2368 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2410 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2419 if (!DECL_IGNORED_P (current_function_decl) in final_scan_insn_1()
2432 if (!DECL_IGNORED_P (current_function_decl) in final_scan_insn_1()
2475 if (!DECL_IGNORED_P (current_function_decl) && LABEL_NAME (insn)) in final_scan_insn_1()
2496 (current_function_decl)); in final_scan_insn_1()
2575 (current_function_decl)); in final_scan_insn_1()
2634 && !DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
2641 if (!DECL_IGNORED_P (current_function_decl) in final_scan_insn_1()
3122 && !DECL_IGNORED_P (current_function_decl)) in final_scan_insn_1()
3209 decl = current_function_decl; in compute_discriminator()
4647 const char *fnname = get_fnname_from_decl (current_function_decl); in rest_of_handle_final()
4654 assemble_start_function (current_function_decl, fnname); in rest_of_handle_final()
4660 && !lookup_attribute ("noipa", DECL_ATTRIBUTES (current_function_decl)) in rest_of_handle_final()
4664 && !lookup_attribute ("naked", DECL_ATTRIBUTES (current_function_decl))) in rest_of_handle_final()
4673 assemble_end_function (current_function_decl, fnname); in rest_of_handle_final()
4693 if (!DECL_IGNORED_P (current_function_decl)) in rest_of_handle_final()
4694 debug_hooks->function_decl (current_function_decl); in rest_of_handle_final()
4698 DECL_INITIAL (current_function_decl) = error_mark_node; in rest_of_handle_final()
4700 if (DECL_STATIC_CONSTRUCTOR (current_function_decl) in rest_of_handle_final()
4702 targetm.asm_out.constructor (XEXP (DECL_RTL (current_function_decl), 0), in rest_of_handle_final()
4704 (current_function_decl)); in rest_of_handle_final()
4705 if (DECL_STATIC_DESTRUCTOR (current_function_decl) in rest_of_handle_final()
4707 targetm.asm_out.destructor (XEXP (DECL_RTL (current_function_decl), 0), in rest_of_handle_final()
4709 (current_function_decl)); in rest_of_handle_final()
4818 dump_function_header (final_output, current_function_decl, in rest_of_clean_state()
4907 && decl_binds_to_current_def_p (current_function_decl)) in rest_of_clean_state()
4912 cgraph_node::rtl_info (current_function_decl) in rest_of_clean_state()
4976 return (fndecl == current_function_decl in self_recursive_call_p()
5031 node = cgraph_node::rtl_info (current_function_decl); in collect_fn_hard_reg_usage()