Searched refs:REFERENCE_CLASS_P (Results 1 – 11 of 11) sorted by relevance
481 if (REFERENCE_CLASS_P (rhs)) in gather_memory_references()483 if (REFERENCE_CLASS_P (lhs)) in gather_memory_references()
783 || REFERENCE_CLASS_P (rhs))); in stmt_makes_single_load()808 || REFERENCE_CLASS_P (lhs))); in stmt_makes_single_store()
175 if (REFERENCE_CLASS_P (lhs)) in is_hidden_global_store()
2090 if (REFERENCE_CLASS_P (node->expr)) in compute_rvuse_and_antic_safe()2139 || REFERENCE_CLASS_P (op) in can_value_number_operation()2912 if (REFERENCE_CLASS_P (TREE_VALUE (vexpr))) in create_value_expr_from()2943 if (REFERENCE_CLASS_P (op)) in create_value_expr_from()
161 if (REFERENCE_CLASS_P (pt_var)) in addr_object_size()
2356 REFERENCE_CLASS_P (inner); in substitute_in_expr()2469 : (REFERENCE_CLASS_P (elt) in substitute_placeholder_in_expr()2481 : (REFERENCE_CLASS_P (elt) in substitute_placeholder_in_expr()
1588 else if (CONSTANT_CLASS_P (x) || REFERENCE_CLASS_P (x)) in estimate_num_insns_1()
1470 if ((DECL_P (exp) || REFERENCE_CLASS_P (exp)) in warn_if_unused_value()
1663 if (REFERENCE_CLASS_P (lhs)) in find_interesting_uses_stmt()1670 if (REFERENCE_CLASS_P (lhs) in find_interesting_uses_stmt()
3060 if ((DECL_P (arg) || REFERENCE_CLASS_P (arg)) in build_unary_op()7083 while (REFERENCE_CLASS_P (inner) in c_finish_return()
127 #define REFERENCE_CLASS_P(CODE)\ macro