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 (TREE_TYPE (current_function_decl)))) in consider_split()
551 (current_function_decl)), in consider_split()
565 >= (unsigned int)(DECL_DECLARED_INLINE_P (current_function_decl) in consider_split()
579 if (DECL_ONE_ONLY (current_function_decl) in consider_split()
590 if (DECL_ONE_ONLY (current_function_decl) in consider_split()
653 && DECL_RESULT (current_function_decl) in consider_split()
654 && DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in consider_split()
666 && DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in consider_split()
692 && !DECL_BY_REFERENCE (DECL_RESULT (current_function_decl)) in consider_split()
772 current_function_decl) in find_return_bb()
832 if ((VAR_P (t) && auto_var_in_fn_p (t, current_function_decl)) in mark_nonssa_use()
843 && DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in mark_nonssa_use()
846 DECL_UID (DECL_RESULT (current_function_decl))); in mark_nonssa_use()
1209 cgraph_node *node, *cur_node = cgraph_node::get (current_function_decl); in split_function()
1231 for (parm = DECL_ARGUMENTS (current_function_decl); in split_function()
1357 for (parm = DECL_ARGUMENTS (current_function_decl), j = 0; in split_function()
1473 gimple_set_block (call, DECL_INITIAL (current_function_decl)); in split_function()
1492 for (parm = DECL_ARGUMENTS (current_function_decl), num = 0; in split_function()
1522 if (aggregate_value_p (DECL_RESULT (current_function_decl), in split_function()
1523 TREE_TYPE (current_function_decl)) in split_function()
1524 && (!is_gimple_reg_type (TREE_TYPE (DECL_RESULT (current_function_decl))) in split_function()
1525 || DECL_BY_REFERENCE (DECL_RESULT (current_function_decl)))) in split_function()
1559 && !DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in split_function()
1618 if (DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in split_function()
1626 restype = TREE_TYPE (DECL_RESULT (current_function_decl)); in split_function()
1653 && !VOID_TYPE_P (TREE_TYPE (TREE_TYPE (current_function_decl)))) in split_function()
1655 retval = DECL_RESULT (current_function_decl); in split_function()
1660 if (!aggregate_value_p (retval, TREE_TYPE (current_function_decl)) in split_function()
1674 if (DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in split_function()
1715 struct cgraph_node *node = cgraph_node::get (current_function_decl); in execute_split_functions()
1717 if (flags_from_decl_or_type (current_function_decl) in execute_split_functions()
1724 if (MAIN_NAME_P (DECL_NAME (current_function_decl))) in execute_split_functions()
1754 if (!tree_versionable_function_p (current_function_decl)) in execute_split_functions()
1761 if (DECL_STRUCT_FUNCTION (current_function_decl)->static_chain_decl) in execute_split_functions()
1792 && !DECL_DECLARED_INLINE_P (current_function_decl)) in execute_split_functions()
1800 if (lookup_attribute ("noinline", DECL_ATTRIBUTES (current_function_decl))) in execute_split_functions()
1806 if (lookup_attribute ("section", DECL_ATTRIBUTES (current_function_decl))) in execute_split_functions()