Searched refs:bodyp (Results 1 – 4 of 4) sorted by relevance
2168 gimple_seq bodyp; in execute() local2170 bodyp = gimple_body (current_function_decl); in execute()2171 if (bodyp == NULL) in execute()2178 collect_finally_tree_1 (bodyp, NULL); in execute()2179 lower_eh_constructs_1 (&null_state, &bodyp); in execute()2180 gimple_set_body (current_function_decl, bodyp); in execute()2185 gcc_assert (!gimple_seq_may_fallthru (bodyp)); in execute()2186 gimple_seq_add_seq (&bodyp, eh_seq); in execute()2190 gcc_assert (bodyp == gimple_body (current_function_decl)); in execute()
2067 gimple_seq bodyp; in lower_eh_constructs() local2069 bodyp = gimple_body (current_function_decl); in lower_eh_constructs()2070 if (bodyp == NULL) in lower_eh_constructs()2077 collect_finally_tree_1 (bodyp, NULL); in lower_eh_constructs()2078 lower_eh_constructs_1 (&null_state, bodyp); in lower_eh_constructs()2083 gcc_assert (!gimple_seq_may_fallthru (bodyp)); in lower_eh_constructs()2084 gimple_seq_add_seq (&bodyp, eh_seq); in lower_eh_constructs()2088 gcc_assert (bodyp == gimple_body (current_function_decl)); in lower_eh_constructs()
620 tree *bodyp = &DECL_SAVED_TREE (current_function_decl); in finish_fname_decls() local622 if (TREE_CODE (*bodyp) == BIND_EXPR) in finish_fname_decls()623 bodyp = &BIND_EXPR_BODY (*bodyp); in finish_fname_decls()625 append_to_statement_list_force (*bodyp, &stmts); in finish_fname_decls()626 *bodyp = stmts; in finish_fname_decls()
811 tree *bodyp = &DECL_SAVED_TREE (current_function_decl); in finish_fname_decls() local813 if (TREE_CODE (*bodyp) == BIND_EXPR) in finish_fname_decls()814 bodyp = &BIND_EXPR_BODY (*bodyp); in finish_fname_decls()816 append_to_statement_list_force (*bodyp, &stmts); in finish_fname_decls()817 *bodyp = stmts; in finish_fname_decls()