Lines Matching refs:current_function_decl

169 	  && auto_var_in_fn_p (t, current_function_decl))  in test_nonssa_use()
184 && DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in test_nonssa_use()
187 DECL_UID (DECL_RESULT (current_function_decl))); in test_nonssa_use()
523 for (parm = DECL_ARGUMENTS (current_function_decl); parm; in consider_split()
549 if (!VOID_TYPE_P (TREE_TYPE (current_function_decl))) in consider_split()
550 call_overhead += estimate_move_cost (TREE_TYPE (current_function_decl), in consider_split()
564 >= (unsigned int)(DECL_DECLARED_INLINE_P (current_function_decl) in consider_split()
578 if (DECL_ONE_ONLY (current_function_decl) in consider_split()
589 if (DECL_ONE_ONLY (current_function_decl) in consider_split()
652 && DECL_RESULT (current_function_decl) in consider_split()
653 && DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in consider_split()
665 && DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in consider_split()
691 && !DECL_BY_REFERENCE (DECL_RESULT (current_function_decl)) in consider_split()
771 current_function_decl) in find_return_bb()
831 if ((VAR_P (t) && auto_var_in_fn_p (t, current_function_decl)) in mark_nonssa_use()
842 && DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in mark_nonssa_use()
845 DECL_UID (DECL_RESULT (current_function_decl))); in mark_nonssa_use()
1190 cgraph_node *node, *cur_node = cgraph_node::get (current_function_decl); in split_function()
1212 for (parm = DECL_ARGUMENTS (current_function_decl); in split_function()
1338 for (parm = DECL_ARGUMENTS (current_function_decl), j = 0; in split_function()
1454 gimple_set_block (call, DECL_INITIAL (current_function_decl)); in split_function()
1473 for (parm = DECL_ARGUMENTS (current_function_decl), num = 0; in split_function()
1503 if (aggregate_value_p (DECL_RESULT (current_function_decl), in split_function()
1504 TREE_TYPE (current_function_decl)) in split_function()
1505 && (!is_gimple_reg_type (TREE_TYPE (DECL_RESULT (current_function_decl))) in split_function()
1506 || DECL_BY_REFERENCE (DECL_RESULT (current_function_decl)))) in split_function()
1540 && !DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in split_function()
1599 if (DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in split_function()
1607 restype = TREE_TYPE (DECL_RESULT (current_function_decl)); in split_function()
1634 && !VOID_TYPE_P (TREE_TYPE (TREE_TYPE (current_function_decl)))) in split_function()
1636 retval = DECL_RESULT (current_function_decl); in split_function()
1641 if (!aggregate_value_p (retval, TREE_TYPE (current_function_decl)) in split_function()
1655 if (DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in split_function()
1696 struct cgraph_node *node = cgraph_node::get (current_function_decl); in execute_split_functions()
1698 if (flags_from_decl_or_type (current_function_decl) in execute_split_functions()
1705 if (MAIN_NAME_P (DECL_NAME (current_function_decl))) in execute_split_functions()
1735 if (!tree_versionable_function_p (current_function_decl)) in execute_split_functions()
1742 if (DECL_STRUCT_FUNCTION (current_function_decl)->static_chain_decl) in execute_split_functions()
1773 && !DECL_DECLARED_INLINE_P (current_function_decl)) in execute_split_functions()
1781 if (lookup_attribute ("noinline", DECL_ATTRIBUTES (current_function_decl))) in execute_split_functions()
1787 if (lookup_attribute ("section", DECL_ATTRIBUTES (current_function_decl))) in execute_split_functions()