Lines Matching refs:current_function_decl

148 	  && auto_var_in_fn_p (t, current_function_decl))  in test_nonssa_use()
159 && DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in test_nonssa_use()
162 DECL_UID (DECL_RESULT (current_function_decl))); in test_nonssa_use()
426 for (parm = DECL_ARGUMENTS (current_function_decl); parm; in consider_split()
452 if (!VOID_TYPE_P (TREE_TYPE (current_function_decl))) in consider_split()
453 call_overhead += estimate_move_cost (TREE_TYPE (current_function_decl)); in consider_split()
463 >= (unsigned int)(DECL_DECLARED_INLINE_P (current_function_decl) in consider_split()
528 && DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in consider_split()
557 && !DECL_BY_REFERENCE (DECL_RESULT (current_function_decl)) in consider_split()
635 current_function_decl) in find_return_bb()
691 && auto_var_in_fn_p (t, current_function_decl)) in mark_nonssa_use()
702 && DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in mark_nonssa_use()
705 DECL_UID (DECL_RESULT (current_function_decl))); in mark_nonssa_use()
1044 struct cgraph_node *node, *cur_node = cgraph_get_node (current_function_decl); in split_function()
1070 for (parm = DECL_ARGUMENTS (current_function_decl); in split_function()
1229 gimple_set_block (call, DECL_INITIAL (current_function_decl)); in split_function()
1239 for (parm = DECL_ARGUMENTS (current_function_decl), num = 0; in split_function()
1311 if (aggregate_value_p (DECL_RESULT (current_function_decl), in split_function()
1312 TREE_TYPE (current_function_decl)) in split_function()
1313 && (!is_gimple_reg_type (TREE_TYPE (DECL_RESULT (current_function_decl))) in split_function()
1314 || DECL_BY_REFERENCE (DECL_RESULT (current_function_decl)))) in split_function()
1343 && !DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in split_function()
1379 if (DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in split_function()
1387 restype = TREE_TYPE (DECL_RESULT (current_function_decl)); in split_function()
1413 && !VOID_TYPE_P (TREE_TYPE (TREE_TYPE (current_function_decl)))) in split_function()
1415 retval = DECL_RESULT (current_function_decl); in split_function()
1420 if (!aggregate_value_p (retval, TREE_TYPE (current_function_decl)) in split_function()
1434 if (DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in split_function()
1458 struct cgraph_node *node = cgraph_get_node (current_function_decl); in execute_split_functions()
1460 if (flags_from_decl_or_type (current_function_decl) in execute_split_functions()
1467 if (MAIN_NAME_P (DECL_NAME (current_function_decl))) in execute_split_functions()
1490 if (!tree_versionable_function_p (current_function_decl)) in execute_split_functions()
1497 if (DECL_STRUCT_FUNCTION (current_function_decl)->static_chain_decl) in execute_split_functions()
1525 && !DECL_DECLARED_INLINE_P (current_function_decl)) in execute_split_functions()
1544 int freq = compute_call_stmt_bb_frequency (current_function_decl, bb); in execute_split_functions()