Home
last modified time | relevance | path

Searched refs:gimple_body (Results 1 – 25 of 46) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimple-expr.c310 fn->gimple_body = seq; in gimple_set_body()
320 gimple_body (tree fndecl) in gimple_body() function
323 return fn ? fn->gimple_body : NULL; in gimple_body()
332 return (gimple_body (fndecl) || (fn && fn->cfg && !(fn->curr_properties & PROP_rtl))); in gimple_has_body_p()
H A Dgimple-expr.cc310 fn->gimple_body = seq; in gimple_set_body()
320 gimple_body (tree fndecl) in gimple_body() function
323 return fn ? fn->gimple_body : NULL; in gimple_body()
332 return (gimple_body (fndecl) || (fn && fn->cfg && !(fn->curr_properties & PROP_rtl))); in gimple_has_body_p()
H A Dgimple-expr.h27 extern gimple_seq gimple_body (tree);
H A Dfunction.h256 gimple_seq gimple_body; member
H A Dcoroutine-passes.cc186 body = gimple_body (current_function_decl); in execute_lower_coro_builtins()
H A Dtree-nested.c723 gimple_seq body = gimple_body (info->context); in walk_function()
3296 gimple_seq_first_stmt (gimple_body (context)), true); in finalize_nesting_tree_1()
3384 bind = gimple_seq_first_stmt_as_a_bind (gimple_body (context)); in finalize_nesting_tree_1()
3407 gimple_seq_first_stmt (gimple_body (root->context)), in finalize_nesting_tree_1()
3468 scope = gimple_seq_first_stmt_as_a_bind (gimple_body (root->context)); in finalize_nesting_tree_1()
3548 if (!gimple_body (root->decl)) in gimplify_all_functions()
H A Dtree-nested.cc821 gimple_seq body = gimple_body (info->context); in walk_function()
3450 gimple_seq_first_stmt (gimple_body (context)), true); in finalize_nesting_tree_1()
3538 bind = gimple_seq_first_stmt_as_a_bind (gimple_body (context)); in finalize_nesting_tree_1()
3561 gimple_seq_first_stmt (gimple_body (root->context)), in finalize_nesting_tree_1()
3622 scope = gimple_seq_first_stmt_as_a_bind (gimple_body (root->context)); in finalize_nesting_tree_1()
3702 if (!gimple_body (root->decl)) in gimplify_all_functions()
H A Dfunction-tests.c471 gimple_seq seq_fn_body = gimple_body (fndecl); in test_gimplification()
H A Dfunction-tests.cc472 gimple_seq seq_fn_body = gimple_body (fndecl); in test_gimplification()
H A Dgimple-low.c88 gimple_seq body = gimple_body (current_function_decl); in lower_function_body()
H A Dgimple-low.cc88 gimple_seq body = gimple_body (current_function_decl); in lower_function_body()
H A Domp-oacc-kernels-decompose.cc1582 gimple_seq body = gimple_body (current_function_decl); in omp_oacc_kernels_decompose()
H A Dtree-eh.c2197 bodyp = gimple_body (current_function_decl); in execute()
2217 gcc_assert (bodyp == gimple_body (current_function_decl)); in execute()
3306 refactor_eh_r (gimple_body (current_function_decl)); in execute()
H A Dtree-eh.cc2189 bodyp = gimple_body (current_function_decl); in execute()
2209 gcc_assert (bodyp == gimple_body (current_function_decl)); in execute()
3301 refactor_eh_r (gimple_body (current_function_decl)); in execute()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-expr.c310 fn->gimple_body = seq; in gimple_set_body()
320 gimple_body (tree fndecl) in gimple_body() function
323 return fn ? fn->gimple_body : NULL; in gimple_body()
332 return (gimple_body (fndecl) || (fn && fn->cfg && !(fn->curr_properties & PROP_rtl))); in gimple_has_body_p()
H A Dgimple-expr.h27 extern gimple_seq gimple_body (tree);
H A Dcoroutine-passes.cc186 body = gimple_body (current_function_decl); in execute_lower_coro_builtins()
H A Dfunction.h255 gimple_seq gimple_body; member
H A Dtree-nested.c723 gimple_seq body = gimple_body (info->context); in walk_function()
3296 gimple_seq_first_stmt (gimple_body (context)), true); in finalize_nesting_tree_1()
3384 bind = gimple_seq_first_stmt_as_a_bind (gimple_body (context)); in finalize_nesting_tree_1()
3407 gimple_seq_first_stmt (gimple_body (root->context)), in finalize_nesting_tree_1()
3468 scope = gimple_seq_first_stmt_as_a_bind (gimple_body (root->context)); in finalize_nesting_tree_1()
3548 if (!gimple_body (root->decl)) in gimplify_all_functions()
H A Dfunction-tests.c471 gimple_seq seq_fn_body = gimple_body (fndecl); in test_gimplification()
H A Dgimple-low.c88 gimple_seq body = gimple_body (current_function_decl); in lower_function_body()
H A Dtree-eh.c2197 bodyp = gimple_body (current_function_decl); in execute()
2217 gcc_assert (bodyp == gimple_body (current_function_decl)); in execute()
3306 refactor_eh_r (gimple_body (current_function_decl)); in execute()
/netbsd/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru-passes.c195 gimple_seq body = gimple_body (current_function_decl); in execute()
H A Dpru-passes.cc195 gimple_seq body = gimple_body (current_function_decl); in execute()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru-passes.c195 gimple_seq body = gimple_body (current_function_decl); in execute()

12