Searched refs:BLOCK_ABSTRACT_ORIGIN (Results 1 – 11 of 11) sorted by relevance
105 if (BLOCK_ABSTRACT_ORIGIN (stmt) == NULL_TREE) in set_block_origin_self()107 BLOCK_ABSTRACT_ORIGIN (stmt) = stmt; in set_block_origin_self()
1904 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()
348 TB_SET_HEAD (BLOCK_ABSTRACT_ORIGIN (head)); in browse_tree()
821 BLOCK_ABSTRACT_ORIGIN (node), indent + 4); in print_node()
396 BLOCK_ABSTRACT_ORIGIN (new_block) = old_block; in remap_block()2066 BLOCK_ABSTRACT_ORIGIN (id->block) = fn; in expand_call_inline()
1752 || ! BLOCK_ABSTRACT_ORIGIN (block) in remove_useless_stmts_bind()1753 || (TREE_CODE (BLOCK_ABSTRACT_ORIGIN (block)) in remove_useless_stmts_bind()
69 BLOCK_ABSTRACT_ORIGIN points to the original (abstract) tree node which
1855 #define BLOCK_ABSTRACT_ORIGIN(NODE) (BLOCK_CHECK (NODE)->block.abstract_origin) macro
4832 tree immediate_origin = BLOCK_ABSTRACT_ORIGIN (block); in block_ultimate_origin()4851 ? BLOCK_ABSTRACT_ORIGIN (ret_val) : NULL); in block_ultimate_origin()
210 BLOCK_ABSTRACT_ORIGIN (DECL_INITIAL (clone)) = DECL_INITIAL (fn); in maybe_clone_body()
283 * optimize.c (expand_call_inline): Set BLOCK_ABSTRACT_ORIGIN on the