Lines Matching refs:current_function_decl

153 	  && auto_var_in_fn_p (t, current_function_decl))  in test_nonssa_use()
163 && DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in test_nonssa_use()
166 DECL_UID (DECL_RESULT (current_function_decl))); in test_nonssa_use()
430 for (parm = DECL_ARGUMENTS (current_function_decl); parm; in consider_split()
453 if (!VOID_TYPE_P (TREE_TYPE (current_function_decl))) in consider_split()
454 call_overhead += estimate_move_cost (TREE_TYPE (current_function_decl)); in consider_split()
464 >= (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()
701 && DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in mark_nonssa_use()
704 DECL_UID (DECL_RESULT (current_function_decl))); in mark_nonssa_use()
1050 struct cgraph_node *node, *cur_node = cgraph_get_node (current_function_decl); in split_function()
1075 for (parm = DECL_ARGUMENTS (current_function_decl); in split_function()
1241 gimple_set_block (call, DECL_INITIAL (current_function_decl)); in split_function()
1247 if (aggregate_value_p (DECL_RESULT (current_function_decl), in split_function()
1248 TREE_TYPE (current_function_decl))) in split_function()
1277 && !DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in split_function()
1313 if (DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in split_function()
1321 restype = TREE_TYPE (DECL_RESULT (current_function_decl)); in split_function()
1347 && !VOID_TYPE_P (TREE_TYPE (TREE_TYPE (current_function_decl)))) in split_function()
1349 retval = DECL_RESULT (current_function_decl); in split_function()
1354 if (!aggregate_value_p (retval, TREE_TYPE (current_function_decl)) in split_function()
1380 if (DECL_BY_REFERENCE (DECL_RESULT (current_function_decl))) in split_function()
1404 struct cgraph_node *node = cgraph_get_node (current_function_decl); in execute_split_functions()
1406 if (flags_from_decl_or_type (current_function_decl) in execute_split_functions()
1413 if (MAIN_NAME_P (DECL_NAME (current_function_decl))) in execute_split_functions()
1435 if (!tree_versionable_function_p (current_function_decl)) in execute_split_functions()
1442 if (DECL_STRUCT_FUNCTION (current_function_decl)->static_chain_decl) in execute_split_functions()
1470 && !DECL_DECLARED_INLINE_P (current_function_decl)) in execute_split_functions()
1489 int freq = compute_call_stmt_bb_frequency (current_function_decl, bb); in execute_split_functions()