Lines Matching refs:current_function_decl

1542   if (!DECL_IGNORED_P (current_function_decl))  in final_start_function()
1545 if (!dwarf2_debug_info_emitted_p (current_function_decl)) in final_start_function()
1563 number_blocks (current_function_decl); in final_start_function()
1567 TREE_ASM_WRITTEN (DECL_INITIAL (current_function_decl)) = 1; in final_start_function()
1607 sval = targetm.calls.struct_value_rtx (TREE_TYPE (current_function_decl), in profile_function()
1610 chain = targetm.calls.static_chain (current_function_decl, true); in profile_function()
1650 if (!DECL_IGNORED_P (current_function_decl)) in final_end_function()
1658 if (!DECL_IGNORED_P (current_function_decl)) in final_end_function()
1661 if (!dwarf2_debug_info_emitted_p (current_function_decl) in final_end_function()
1926 else if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn()
1931 current_function_decl, in final_scan_insn()
1976 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn()
1992 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn()
2019 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn()
2054 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn()
2092 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn()
2130 if (!DECL_IGNORED_P (current_function_decl) && LABEL_NAME (insn)) in final_scan_insn()
2151 (current_function_decl)); in final_scan_insn()
2222 (current_function_decl)); in final_scan_insn()
2284 if (!DECL_IGNORED_P (current_function_decl) in final_scan_insn()
2747 if (!DECL_IGNORED_P (current_function_decl)) in final_scan_insn()
4311 x = DECL_RTL (current_function_decl); in rest_of_handle_final()
4317 assemble_start_function (current_function_decl, fnname); in rest_of_handle_final()
4327 assemble_end_function (current_function_decl, fnname); in rest_of_handle_final()
4349 if (!DECL_IGNORED_P (current_function_decl)) in rest_of_handle_final()
4350 debug_hooks->function_decl (current_function_decl); in rest_of_handle_final()
4354 DECL_INITIAL (current_function_decl) = error_mark_node; in rest_of_handle_final()
4356 if (DECL_STATIC_CONSTRUCTOR (current_function_decl) in rest_of_handle_final()
4358 targetm.asm_out.constructor (XEXP (DECL_RTL (current_function_decl), 0), in rest_of_handle_final()
4360 (current_function_decl)); in rest_of_handle_final()
4361 if (DECL_STATIC_DESTRUCTOR (current_function_decl) in rest_of_handle_final()
4363 targetm.asm_out.destructor (XEXP (DECL_RTL (current_function_decl), 0), in rest_of_handle_final()
4365 (current_function_decl)); in rest_of_handle_final()
4439 dump_function_header (final_output, current_function_decl, in rest_of_clean_state()
4518 if (decl_binds_to_current_def_p (current_function_decl)) in rest_of_clean_state()
4523 cgraph_rtl_info (current_function_decl)->preferred_incoming_stack_boundary in rest_of_clean_state()