Lines Matching refs:current_function_decl
310 && !current_function_decl in rest_of_decl_compilation()
915 is_really_on = override_gate_status (pass, current_function_decl, is_on); in dump_one_pass()
1658 if (current_function_decl) in do_per_function()
1703 if (current_function_decl) in do_per_function_toporder()
2065 if ((flags & TODO_dump_symtab) && dump_file && !current_function_decl) in execute_todo()
2135 if (dump_file && current_function_decl && ! (dump_flags & TDF_GIMPLE)) in pass_init_dump_file()
2136 dump_function_header (dump_file, current_function_decl, dump_flags); in pass_init_dump_file()
2274 node = cgraph_node::get (current_function_decl); in execute_all_ipa_transforms()
2439 gcc_assert (!cfun && !current_function_decl); in execute_one_pass()
2441 gcc_assert (cfun && current_function_decl); in execute_one_pass()
2448 gate_status = override_gate_status (pass, current_function_decl, gate_status); in execute_one_pass()
2557 if (!current_function_decl) in execute_one_pass()
2627 gcc_assert (!current_function_decl); in ipa_write_summaries_2()
2750 gcc_assert (!current_function_decl); in ipa_write_optimization_summaries_1()
2831 gcc_assert (!current_function_decl); in ipa_read_summaries_1()
2882 gcc_assert (!current_function_decl); in ipa_read_optimization_summaries_1()
2929 gcc_assert (!current_function_decl); in execute_ipa_pass_list()
2948 gcc_assert (!current_function_decl); in execute_ipa_pass_list()
3047 for (e = cgraph_node::get (current_function_decl)->callers; in function_called_by_processed_nodes_p()
3051 if (e->caller->decl == current_function_decl) in function_called_by_processed_nodes_p()