Searched refs:needs_to_live_in_memory (Results 1 – 6 of 6) sorted by relevance
301 if (needs_to_live_in_memory (t)) in is_gimple_reg()363 return (is_gimple_variable (t) && ! needs_to_live_in_memory (t)); in is_gimple_non_addressable()
1084 && !needs_to_live_in_memory (t)) in gimplify_bind_expr()3397 && needs_to_live_in_memory (*to_p)) in gimplify_modify_expr_rhs()6384 && !needs_to_live_in_memory (parm)) in gimplify_function_tree()6390 && !needs_to_live_in_memory (ret)) in gimplify_function_tree()
4443 extern bool needs_to_live_in_memory (tree);
2003 * tree-simple.c (needs_to_live_in_memory): Move to tree.c.2012 (needs_to_live_in_memory): Remove.2017 needs_to_live_in_memory.2032 * tree.c (needs_to_live_in_memory): New.2034 (struct tree_decl): Add bitfield 'needs_to_live_in_memory'.2036 (needs_to_live_in_memory): Declare.2702 (needs_to_live_in_memory): aggregates are safe.3954 (needs_to_live_in_memory): New.3958 * tree-simple.h (needs_to_live_in_memory): Declare.
7104 needs_to_live_in_memory (tree t) in needs_to_live_in_memory() function
19475 (needs_to_live_in_memory): Check for TREE_ADDRESSABLE.19485 instead of needs_to_live_in_memory.19494 of needs_to_live_in_memory.21964 * tree.c (needs_to_live_in_memory): Likewise.33989 needs_to_live_in_memory): New.34057 needs_to_live_in_memory, make_vector,