Home
last modified time | relevance | path

Searched refs:BLOCK_ABSTRACT_ORIGIN (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/gcc/
HDintegrate.c105 if (BLOCK_ABSTRACT_ORIGIN (stmt) == NULL_TREE) in set_block_origin_self()
107 BLOCK_ABSTRACT_ORIGIN (stmt) = stmt; in set_block_origin_self()
HDtree-pretty-print.c1904 if (BLOCK_ABSTRACT_ORIGIN (node)) in dump_generic_node()
1907 if (TREE_CODE (BLOCK_ABSTRACT_ORIGIN (node)) == BLOCK) in dump_generic_node()
1909 (void *)BLOCK_ABSTRACT_ORIGIN (node)); in dump_generic_node()
1911 dump_generic_node (buffer, BLOCK_ABSTRACT_ORIGIN (node), 0, flags, in dump_generic_node()
HDtree-browser.c348 TB_SET_HEAD (BLOCK_ABSTRACT_ORIGIN (head)); in browse_tree()
HDprint-tree.c821 BLOCK_ABSTRACT_ORIGIN (node), indent + 4); in print_node()
HDtree-inline.c396 BLOCK_ABSTRACT_ORIGIN (new_block) = old_block; in remap_block()
2066 BLOCK_ABSTRACT_ORIGIN (id->block) = fn; in expand_call_inline()
HDtree-cfg.c1752 || ! BLOCK_ABSTRACT_ORIGIN (block) in remove_useless_stmts_bind()
1753 || (TREE_CODE (BLOCK_ABSTRACT_ORIGIN (block)) in remove_useless_stmts_bind()
HDtree.def69 BLOCK_ABSTRACT_ORIGIN points to the original (abstract) tree node which
HDtree.h1855 #define BLOCK_ABSTRACT_ORIGIN(NODE) (BLOCK_CHECK (NODE)->block.abstract_origin) macro
HDdwarf2out.c4832 tree immediate_origin = BLOCK_ABSTRACT_ORIGIN (block); in block_ultimate_origin()
4851 ? BLOCK_ABSTRACT_ORIGIN (ret_val) : NULL); in block_ultimate_origin()
/NextBSD/contrib/gcc/cp/
HDoptimize.c210 BLOCK_ABSTRACT_ORIGIN (DECL_INITIAL (clone)) = DECL_INITIAL (fn); in maybe_clone_body()
HDChangeLog-1999283 * optimize.c (expand_call_inline): Set BLOCK_ABSTRACT_ORIGIN on the