Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dintegrate.c105 if (BLOCK_ABSTRACT_ORIGIN (stmt) == NULL_TREE) in set_block_origin_self()
107 BLOCK_ABSTRACT_ORIGIN (stmt) = stmt; in set_block_origin_self()
H A Dtree-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()
H A Dtree-browser.c348 TB_SET_HEAD (BLOCK_ABSTRACT_ORIGIN (head)); in browse_tree()
H A Dprint-tree.c821 BLOCK_ABSTRACT_ORIGIN (node), indent + 4); in print_node()
H A Dtree-inline.c396 BLOCK_ABSTRACT_ORIGIN (new_block) = old_block; in remap_block()
2066 BLOCK_ABSTRACT_ORIGIN (id->block) = fn; in expand_call_inline()
H A Dtree-cfg.c1752 || ! BLOCK_ABSTRACT_ORIGIN (block) in remove_useless_stmts_bind()
1753 || (TREE_CODE (BLOCK_ABSTRACT_ORIGIN (block)) in remove_useless_stmts_bind()
H A Dtree.def69 BLOCK_ABSTRACT_ORIGIN points to the original (abstract) tree node which
H A Dtree.h1855 #define BLOCK_ABSTRACT_ORIGIN(NODE) (BLOCK_CHECK (NODE)->block.abstract_origin) macro
H A Ddwarf2out.c4832 tree immediate_origin = BLOCK_ABSTRACT_ORIGIN (block); in block_ultimate_origin()
4851 ? BLOCK_ABSTRACT_ORIGIN (ret_val) : NULL); in block_ultimate_origin()
/freebsd-12.1/contrib/gcc/cp/
H A Doptimize.c210 BLOCK_ABSTRACT_ORIGIN (DECL_INITIAL (clone)) = DECL_INITIAL (fn); in maybe_clone_body()
H A DChangeLog-1999283 * optimize.c (expand_call_inline): Set BLOCK_ABSTRACT_ORIGIN on the