Searched refs:TREE_BLOCK (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dgimple-low.c215 TREE_BLOCK (stmt) = data->block;
H A Dtree-inline.c630 if (TREE_BLOCK (*tp))
634 (splay_tree_key) TREE_BLOCK (*tp));
638 TREE_BLOCK (*tp) = new_block;
1899 /* Install new lexical TREE_BLOCK underneath 'current_block'. */
2068 add_lexical_block (TREE_BLOCK (stmt), id->block);
H A Dtree-cfg.c4602 /* Helper for move_block_to_fn. Set TREE_BLOCK in every expression
4613 TREE_BLOCK (t) = p->block;
4726 /* The statements in BB need to be associated with a new TREE_BLOCK.
4740 if (TREE_BLOCK (stmt))
5685 TREE_BLOCK (new_stmt) = TREE_BLOCK (orig_stmt);
H A Dcfgexpand.c1122 record_block_change (TREE_BLOCK (stmt));
H A Dtree.h861 #define TREE_BLOCK(NODE) (EXPR_CHECK (NODE)->exp.block)
858 #define TREE_BLOCK macro
H A Dtree.c2922 TREE_BLOCK (t) = NULL_TREE;
H A Dexpr.c6769 record_block_change (TREE_BLOCK (exp));

Completed in 252 milliseconds