Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-inline.c630 if (TREE_BLOCK (*tp)) in copy_body_r()
634 (splay_tree_key) TREE_BLOCK (*tp)); in copy_body_r()
638 TREE_BLOCK (*tp) = new_block; in copy_body_r()
2068 add_lexical_block (TREE_BLOCK (stmt), id->block); in expand_call_inline()
Dgimple-low.c215 TREE_BLOCK (stmt) = data->block; in lower_stmt()
Dtree-cfg.c4606 TREE_BLOCK (t) = p->block; in move_stmt_r()
4733 if (TREE_BLOCK (stmt)) in move_block_to_fn()
5677 TREE_BLOCK (new_stmt) = TREE_BLOCK (orig_stmt); in gimplify_val()
Dcfgexpand.c1209 record_block_change (TREE_BLOCK (stmt)); in expand_gimple_cond_expr()
Dtree.h844 #define TREE_BLOCK(NODE) (EXPR_CHECK (NODE)->exp.block) macro
Dtree.c2897 TREE_BLOCK (t) = NULL_TREE; in build1_stat()
Dexpr.c6704 record_block_change (TREE_BLOCK (exp)); in expand_expr_real()
/openbsd/src/gnu/gcc/gcc/doc/
Dpasses.texi230 information for each statement will be found in @code{TREE_BLOCK} rather
Dgccint.info3269 will be found in `TREE_BLOCK' rather than being inferred from its
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog2403 of TREE_BLOCK.