Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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.c2665 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()
2983 list = alloc_stmt_list (); in expand_omp_for_static_chunk()
3031 list = alloc_stmt_list (); in expand_omp_for_static_chunk()
3051 list = alloc_stmt_list (); in expand_omp_for_static_chunk()
3069 list = alloc_stmt_list (); in expand_omp_for_static_chunk()
[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()
1581 COND_EXPR_ELSE (*stmt_p) = alloc_stmt_list (); in remove_useless_stmts_cond()
1598 *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.c2531 tree stmts = alloc_stmt_list (); in insert_into_preds_of_block()
H A DChangeLog-200414008 * tree-iterator.c (alloc_stmt_list, tsi_link_before, tsi_link_after,
28397 * c-gimplify.c (gimplify_expr_stmt): Use alloc_stmt_list.
28432 (build_and_jump): Return alloc_stmt_list instead of build_empty_stmt.
28459 Call alloc_stmt_list instead of build_empty_stmt.
29700 * tree-iterator.c (alloc_stmt_list): Clear lang bits.
H A DChangeLog-200614663 * tree-iterator.c (alloc_stmt_list): Assert that we are not
H A DChangeLog.tree-ssa5849 (alloc_stmt_list, free_stmt_list): Declare.
/freebsd-12.1/contrib/gcc/cp/
H A Dcp-gimplify.c419 stmt = alloc_stmt_list (); in gimplify_expr_stmt()
H A Ddecl.c11899 DECL_SAVED_TREE (fndecl) = alloc_stmt_list (); in finish_function()
H A DChangeLog-20044748 (finish_function): Use alloc_stmt_list to zap entire function.