Lines Matching refs:current_function_decl

308       && !current_function_decl  in rest_of_decl_compilation()
912 is_really_on = override_gate_status (pass, current_function_decl, is_on); in dump_one_pass()
953 cgraph_node *node = cgraph_node::get_create (current_function_decl); in dump_passes()
1639 if (current_function_decl) in do_per_function()
1693 if (current_function_decl) in do_per_function_toporder()
2056 if ((flags & TODO_dump_symtab) && dump_file && !current_function_decl) in execute_todo()
2126 if (dump_file && current_function_decl && ! (dump_flags & TDF_GIMPLE)) in pass_init_dump_file()
2127 dump_function_header (dump_file, current_function_decl, dump_flags); in pass_init_dump_file()
2265 node = cgraph_node::get (current_function_decl); in execute_all_ipa_transforms()
2441 gcc_assert (!cfun && !current_function_decl); in execute_one_pass()
2443 gcc_assert (cfun && current_function_decl); in execute_one_pass()
2450 gate_status = override_gate_status (pass, current_function_decl, gate_status); in execute_one_pass()
2559 if (!current_function_decl) in execute_one_pass()
2631 gcc_assert (!current_function_decl); in ipa_write_summaries_2()
2754 gcc_assert (!current_function_decl); in ipa_write_optimization_summaries_1()
2820 gcc_assert (!current_function_decl); in ipa_read_summaries_1()
2875 gcc_assert (!current_function_decl); in ipa_read_optimization_summaries_1()
2926 gcc_assert (!current_function_decl); in execute_ipa_pass_list()
2945 gcc_assert (!current_function_decl); in execute_ipa_pass_list()
3044 for (e = cgraph_node::get (current_function_decl)->callers; in function_called_by_processed_nodes_p()
3048 if (e->caller->decl == current_function_decl) in function_called_by_processed_nodes_p()