Lines Matching refs:current_function_decl
566 is_really_on = override_gate_status (pass, current_function_decl, is_on); in dump_one_pass()
601 tree save_fndecl = current_function_decl; in dump_passes()
620 current_function_decl = node->decl; in dump_passes()
630 current_function_decl = save_fndecl; in dump_passes()
1564 if (current_function_decl) in do_per_function()
1574 current_function_decl = node->decl; in do_per_function()
1581 current_function_decl = NULL; in do_per_function()
1603 if (current_function_decl) in do_per_function_toporder()
1622 current_function_decl = node->decl; in do_per_function_toporder()
1626 current_function_decl = NULL; in do_per_function_toporder()
1642 if (dump_file && current_function_decl) in execute_function_dump()
1645 dump_function_to_file (current_function_decl, dump_file, dump_flags); in execute_function_dump()
1773 if ((flags & TODO_dump_cgraph) && dump_file && !current_function_decl) in execute_todo()
1834 if (dump_file && current_function_decl) in pass_init_dump_file()
1835 dump_function_header (dump_file, current_function_decl, dump_flags); in pass_init_dump_file()
1956 node = cgraph_get_node (current_function_decl); in execute_all_ipa_transforms()
1978 struct cgraph_node *node = cgraph_get_node (current_function_decl); in apply_ipa_transforms()
2024 gcc_assert (!cfun && !current_function_decl); in execute_one_pass()
2026 gcc_assert (cfun && current_function_decl); in execute_one_pass()
2033 gate_status = override_gate_status (pass, current_function_decl, gate_status); in execute_one_pass()
2118 if (!current_function_decl) in execute_one_pass()
2158 gcc_assert (!current_function_decl); in ipa_write_summaries_2()
2276 gcc_assert (!current_function_decl); in ipa_write_optimization_summaries_1()
2352 gcc_assert (!current_function_decl); in ipa_read_summaries_1()
2402 gcc_assert (!current_function_decl); in ipa_read_optimization_summaries_1()
2448 gcc_assert (!current_function_decl); in execute_ipa_pass_list()
2466 gcc_assert (!current_function_decl); in execute_ipa_pass_list()
2561 for (e = cgraph_get_node (current_function_decl)->callers; in function_called_by_processed_nodes_p()
2565 if (e->caller->decl == current_function_decl) in function_called_by_processed_nodes_p()