Home
last modified time | relevance | path

Searched refs:alloc_stmt_list (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-iterator.c37 alloc_stmt_list (void) in alloc_stmt_list() function
257 new_sl = alloc_stmt_list (); in tsi_split_statement_list_after()
284 new_sl = alloc_stmt_list (); in tsi_split_statement_list_before()
H A Domp-low.c1615 *dlist = alloc_stmt_list (); in lower_rec_input_clauses()
1869 sub_list = alloc_stmt_list (); in lower_lastprivate_clauses()
2636 list = alloc_stmt_list (); in expand_omp_for_generic()
2665 list = alloc_stmt_list (); in expand_omp_for_generic()
2690 list = alloc_stmt_list (); in expand_omp_for_generic()
2708 list = alloc_stmt_list (); in expand_omp_for_generic()
2806 list = alloc_stmt_list (); in expand_omp_for_static_nochunk()
2867 list = alloc_stmt_list (); in expand_omp_for_static_nochunk()
2884 list = alloc_stmt_list (); in expand_omp_for_static_nochunk()
2905 list = alloc_stmt_list (); in expand_omp_for_static_nochunk()
[all …]
H A Dc-semantics.c56 t = alloc_stmt_list (); in push_stmt_list()
H A Dtree-gimple.h130 extern tree alloc_stmt_list (void);
H A Dgimple-low.c82 *body_p = alloc_stmt_list (); in lower_function_body()
H A Dgimplify.c307 *list_p = list = alloc_stmt_list (); in append_to_statement_list_1()
4311 *stmt_p = alloc_stmt_list (); in gimplify_to_stmt_list()
4315 *stmt_p = alloc_stmt_list (); in gimplify_to_stmt_list()
6321 body = alloc_stmt_list (); in gimplify_body()
H A Dlambda-code.c1540 stmts = alloc_stmt_list (); in lbv_to_gcc_expression()
1627 stmts = alloc_stmt_list (); in lle_to_gcc_expression()
H A Dtree-cfg.c391 bb->stmt_list = h ? (tree) h : alloc_stmt_list (); in create_bb()
1574 COND_EXPR_ELSE (*stmt_p) = alloc_stmt_list (); in remove_useless_stmts_cond()
1591 *location = alloc_stmt_list (); in remove_useless_stmts_cond()
H A Dtree-inline.c435 new = alloc_stmt_list (); in copy_statement_list()
H A Dtree-ssa-pre.c2514 tree stmts = alloc_stmt_list (); in insert_into_preds_of_block()
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreetree.c283 stmts = alloc_stmt_list (); in tree_code_if_else()
303 stmts = alloc_stmt_list (); in tree_code_if_end()
984 current_binding_level->stmts = alloc_stmt_list (); in pushlevel()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcp-gimplify.c380 stmt = alloc_stmt_list (); in gimplify_expr_stmt()
H A Ddecl.c11259 DECL_SAVED_TREE (fndecl) = alloc_stmt_list (); in finish_function()
H A DChangeLog-20044748 (finish_function): Use alloc_stmt_list to zap entire function.