Searched defs:stmt_p (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | cp-gimplify.c | 112 genericize_try_block (tree *stmt_p) in genericize_try_block() 130 genericize_catch_block (tree *stmt_p) in genericize_catch_block() 145 genericize_eh_spec_block (tree *stmt_p) in genericize_eh_spec_block() 160 gimplify_if_stmt (tree *stmt_p) in gimplify_if_stmt() 266 gimplify_for_stmt (tree *stmt_p, tree *pre_p) in gimplify_for_stmt() 280 gimplify_while_stmt (tree *stmt_p) in gimplify_while_stmt() 290 gimplify_do_stmt (tree *stmt_p) in gimplify_do_stmt() 300 gimplify_switch_stmt (tree *stmt_p) in gimplify_switch_stmt() 353 gimplify_expr_stmt (tree *stmt_p) in gimplify_expr_stmt() 623 cp_genericize_r (tree *stmt_p, int *walk_subtrees, void *data) in cp_genericize_r()
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | omp-low.c | 1152 scan_omp_parallel (tree *stmt_p, omp_context *outer_ctx) in scan_omp_parallel() 1195 scan_omp_for (tree *stmt_p, omp_context *outer_ctx) in scan_omp_for() 1215 scan_omp_sections (tree *stmt_p, omp_context *outer_ctx) in scan_omp_sections() 1229 scan_omp_single (tree *stmt_p, omp_context *outer_ctx) in scan_omp_single() 1410 scan_omp (tree *stmt_p, omp_context *ctx) in scan_omp() 2309 maybe_catch_exception (tree *stmt_p) in maybe_catch_exception() 3591 lower_omp_sections (tree *stmt_p, omp_context *ctx) in lower_omp_sections() 3787 lower_omp_single (tree *stmt_p, omp_context *ctx) in lower_omp_single() 3829 lower_omp_master (tree *stmt_p, omp_context *ctx) in lower_omp_master() 3869 lower_omp_ordered (tree *stmt_p, omp_context *ctx) in lower_omp_ordered() [all …]
|
H A D | tree-dfa.c | 106 tree *stmt_p = bsi_stmt_ptr (si); in find_referenced_vars() local 848 find_new_referenced_vars (tree *stmt_p) in find_new_referenced_vars()
|
H A D | tree-cfg.c | 1501 remove_useless_stmts_cond (tree *stmt_p, struct rus_data *data) in remove_useless_stmts_cond() 1602 remove_useless_stmts_tf (tree *stmt_p, struct rus_data *data) in remove_useless_stmts_tf() 1653 remove_useless_stmts_tc (tree *stmt_p, struct rus_data *data) in remove_useless_stmts_tc() 1728 remove_useless_stmts_bind (tree *stmt_p, struct rus_data *data) in remove_useless_stmts_bind() 1756 remove_useless_stmts_goto (tree *stmt_p, struct rus_data *data) in remove_useless_stmts_goto() 1770 remove_useless_stmts_label (tree *stmt_p, struct rus_data *data) in remove_useless_stmts_label()
|
H A D | gimplify.c | 778 annotate_all_with_locus (tree *stmt_p, location_t locus) in annotate_all_with_locus() 1203 gimplify_decl_expr (tree *stmt_p) in gimplify_decl_expr() 4299 gimplify_stmt (tree *stmt_p) in gimplify_stmt() 4307 gimplify_to_stmt_list (tree *stmt_p) in gimplify_to_stmt_list() 6165 gimplify_one_sizepos (tree *expr_p, tree *stmt_p) in gimplify_one_sizepos()
|
H A D | tree-ssa-propagate.c | 565 set_rhs (tree *stmt_p, tree expr) in set_rhs()
|
H A D | tree-ssa-ccp.c | 2366 fold_stmt (tree *stmt_p) in fold_stmt()
|
H A D | tree-nested.c | 686 walk_body (walk_tree_fn callback, struct nesting_info *info, tree *stmt_p) in walk_body()
|