Home
last modified time | relevance | path

Searched refs:TREE_BLOCK (Results 1 – 25 of 26) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-live.c318 && (b = TREE_BLOCK (t)) != NULL) in mark_all_vars_used_1()
581 if (EXPR_P (*tp) && TREE_BLOCK (*tp) in clear_unused_block_pointer_1()
582 && !TREE_USED (TREE_BLOCK (*tp))) in clear_unused_block_pointer_1()
HDtree-streamer-out.c784 stream_write_tree (ob, TREE_BLOCK (expr), ref_p); in write_ts_exp_tree_pointers()
HDtree-inline.c1033 tree old_block = TREE_BLOCK (*tp); in remap_gimple_op_r()
1037 n = id->decl_map->get (TREE_BLOCK (*tp)); in remap_gimple_op_r()
1266 if (TREE_BLOCK (*tp)) in copy_tree_body_r()
1269 n = id->decl_map->get (TREE_BLOCK (*tp)); in copy_tree_body_r()
HDgimple.c363 gimple_set_block (call, TREE_BLOCK (t)); in gimple_build_call_from_tree()
HDlto-streamer-out.c891 DFS_follow_tree_edge (TREE_BLOCK (expr)); in DFS_write_tree_body()
HDtree-pretty-print.c3966 tree block = TREE_BLOCK (t); in percent_K_format()
HDtree.h411 #define TREE_BLOCK(NODE) (tree_block (NODE)) macro
HDtree-cfg.c6923 tree block = TREE_BLOCK (t); in move_stmt_op()
HDtree.c11898 location_t *loc = block_nonartificial_location (TREE_BLOCK (exp)); in tree_nonartificial_location()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-streamer-out.c670 stream_write_tree (ob, TREE_BLOCK (expr), ref_p); in write_ts_exp_tree_pointers()
HDtree-streamer-in.c773 TREE_BLOCK (expr) = stream_read_tree (ib, data_in); in lto_input_ts_exp_tree_pointers()
HDtree-inline.c858 gcc_assert (!TREE_BLOCK (*tp)); in remap_gimple_op_r()
1144 if (TREE_BLOCK (*tp)) in copy_tree_body_r()
1148 TREE_BLOCK (*tp)); in copy_tree_body_r()
1153 TREE_BLOCK (*tp) = new_block; in copy_tree_body_r()
HDtree-ssa-live.c359 && (b = TREE_BLOCK (t)) != NULL) in mark_all_vars_used_1()
HDcfgexpand.c97 && gimple_block (stmt) != TREE_BLOCK (t))) in gimple_assign_rhs_to_tree()
106 TREE_BLOCK (t) = gimple_block (stmt); in gimple_assign_rhs_to_tree()
2058 TREE_BLOCK (exp) = gimple_block (stmt); in expand_call_stmt()
HDtree-pretty-print.c3077 block = TREE_BLOCK (t); in percent_K_format()
HDgimplify.c2500 TREE_BLOCK (*expr_p) = TREE_BLOCK (call); in gimplify_call_expr()
HDtrans-mem.c3789 TREE_BLOCK (t) = gimple_block (stmt); in ipa_tm_scan_irr_block()
HDtree.c3712 TREE_BLOCK (t) = NULL_TREE; in build1_stat()
10935 location_t *loc = block_nonartificial_location (TREE_BLOCK (exp)); in tree_nonartificial_location()
HDgimple.c368 gimple_set_block (call, TREE_BLOCK (t)); in gimple_build_call_from_tree()
HDtree.h1011 #define TREE_BLOCK(NODE) *(tree_block (NODE)) macro
HDtree-cfg.c5897 gcc_assert (!TREE_BLOCK (t)); in move_stmt_op()
HDexpr.c7790 set_curr_insn_block (TREE_BLOCK (exp)); in expand_expr_real()
/dragonfly/contrib/gcc-8.0/gcc/lto/
HDlto.c1470 if (TREE_BLOCK (t1) || TREE_BLOCK (t2)) in compare_tree_sccs_1()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDpasses.texi238 information for each statement will be found in @code{TREE_BLOCK} rather
HDgimple.texi1152 Return the @code{TREE_BLOCK} node associated with @code{GIMPLE_BIND} statement
1157 Set @code{BLOCK} to be the @code{TREE_BLOCK} node associated with @code{GIMPLE_BIND}

12